From a54f77766246f4ce418447cc4d37295c15065b39 Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Tue, 2 Jul 2024 21:28:21 -0600 Subject: multithreading and message filtering from multiple clients --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3ff6966..43f49c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +lru = "0.12.3" regex = "1.10.2" serde = { version = "1.0.196", features = [ "derive" ] } serde_regex = "1.1.0" @@ -13,3 +14,4 @@ tokio = { version = "1.38.0", features = [ "rt", "macros" ] } toml = "0.8.8" twilight-gateway = "0.15.4" twilight-http = "0.15.4" +twilight-model = "0.15.4" -- cgit 1.4.1