diff --git a/riven/Cargo.toml b/riven/Cargo.toml index 917195c..c105be8 100644 --- a/riven/Cargo.toml +++ b/riven/Cargo.toml @@ -50,7 +50,7 @@ serde_json = "1.0" serde_repr = "0.1" strum = "0.20" strum_macros = "0.20" -tokio = { version = "1", default-features = false, features = [ "time", "macros", "parking_lot" ] } +tokio = { version = "1", default-features = false, features = [ "macros", "parking_lot", "sync", "time" ] } tracing = { version = "0.1", optional = true } [dev-dependencies]