diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-10-05 20:07:18 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-10-05 20:07:18 -0600 |
commit | 9e15bb9103ba054fa88501cbff2d5e121ffa8544 (patch) | |
tree | 698f77f882a54155315eede6c5a4e86692600dcc /Cargo.toml | |
parent | f2cd49662f74deb894518d5169fae533454bd6a6 (diff) |
Parses edit, nick, and reproxy commands
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" |