diff options
author | Ashelyn Dawn <git@ashen.earth> | 2024-07-02 18:36:25 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-07-02 22:11:54 -0600 |
commit | 5dc71ca03b5402c0a284e25492e63c696f7bdec6 (patch) | |
tree | 834d6361bf50beeb689013b82785baf8c0aed6da /Cargo.toml | |
parent | 526d3c9eb93611567717df1ffc50fe47ec01ec42 (diff) |
basic twilight client
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" |