diff --git a/scripty_data_storage/Cargo.toml b/scripty_data_storage/Cargo.toml index 2ecf9fd6..709d50d1 100644 --- a/scripty_data_storage/Cargo.toml +++ b/scripty_data_storage/Cargo.toml @@ -21,7 +21,7 @@ scripty_utils = { path = "../scripty_utils" } scripty_redis = { path = "../scripty_redis" } scripty_config = { path = "../scripty_config" } aes-gcm = { version = "0.10", features = ["std"] } -tokio = { version = "1", features = ["parking_lot", "signal"] } +tokio = { version = "1", features = ["parking_lot", "signal", "rt-multi-thread"] } serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = [ "voice", "dashmap",