diff --git a/Cargo.toml b/Cargo.toml index f8d250981..7e9add72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,11 @@ version = "0.1" optional = true version = "1" +# TEMPORARY: remove on next breaking. +[dependencies.spinning_top] +optional = true +version = "=0.2.2" + [dependencies.streamcatcher] optional = true version = "0.1" @@ -142,6 +147,7 @@ gateway-core = [ "dashmap", "flume", "parking_lot", + "spinning_top", ] driver = [ "async-tungstenite", @@ -165,6 +171,7 @@ driver-core = [ "rand", "serenity-voice-model", "spin_sleep", + "spinning_top", "streamcatcher", "typemap_rev", "url",