diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index c540b25..6137233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,6 @@ tokio = { version = "1.38.0", features = [ "rt", "macros", "time", "rt-multi-thr toml = "0.8.8" twilight-gateway = "0.15.4" twilight-http = "0.15.4" +twilight-mention = "0.15.3" twilight-model = "0.15.4" twilight-validate = "0.15.3" |