diff --git a/server/Cargo.toml b/server/Cargo.toml index 09dbfb4..0ded5f6 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -10,12 +10,10 @@ actix-ws = "0.4" actix-cors = "0.7" actix-files = "0.6" tokio = { version = "1", features = ["full"] } -tokio-stream = "0.1" serde = { version = "1", features = ["derive"] } serde_json = "1" uuid = { version = "1", features = ["v4", "serde"] } chrono = { version = "0.4", features = ["serde"] } -rand = "0.8" log = "0.4" env_logger = "0.11" futures = "0.3"