From 5dc71ca03b5402c0a284e25492e63c696f7bdec6 Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Tue, 2 Jul 2024 18:36:25 -0600 Subject: basic twilight client --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit 1.4.1