diff --git a/Cargo.toml b/Cargo.toml index e8dbe44..28f9d10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_yaml = "0.8" sodiumoxide = "0.2" sqlx = { version = "0.5", features = [ "runtime-actix-rustls", "sqlite", "time", "chrono", "macros", "offline" ] } thiserror = "1" -tokio = { version = "1", features = [ "full", "parking_lot" ] } +tokio = { version = "1", features = [ "rt-multi-thread", "macros", "fs", "sync", "parking_lot" ] } tokio-stream = { version = "0.1", features = [ "sync" ] } tokio-util = { version = "0.6", features = [ "codec" ] } tracing = "0.1"