diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6bffe30..3ff6966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" regex = "1.10.2" serde = { version = "1.0.196", features = [ "derive" ] } serde_regex = "1.1.0" -serenity = "0.12.0" -tokio = "1.36.0" +tokio = { version = "1.38.0", features = [ "rt", "macros" ] } toml = "0.8.8" +twilight-gateway = "0.15.4" +twilight-http = "0.15.4" |