From 531c6d1bf701af8548bc764cd977942f65bcf76f Mon Sep 17 00:00:00 2001 From: curly Date: Tue, 28 Feb 2023 10:32:16 -0700 Subject: terrible ws implementation --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ef8bfc..e67a995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "rocket_test" -version = "0.2.5" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.130" +serde_json = {version = "1.0.93", features = ["std"]} chrono = "0.4.23" sqlite = "0.30.4" rocket = {version = "0.5.0-rc.2", features = ["json"]} +tungstenite = "0.18.0" \ No newline at end of file -- cgit v1.2.3