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.lock | |
parent | f2cd49662f74deb894518d5169fae533454bd6a6 (diff) |
Parses edit, nick, and reproxy commands
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index c59002b..f460887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1216,6 +1216,7 @@ dependencies = [ "toml", "twilight-gateway", "twilight-http", + "twilight-mention", "twilight-model", "twilight-validate", ] @@ -1759,6 +1760,15 @@ dependencies = [ ] [[package]] +name = "twilight-mention" +version = "0.15.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "903136f763a70ed4716c2e6e4f5436c29d9326b748e3a2e2657010d7584f28d1" +dependencies = [ + "twilight-model", +] + +[[package]] name = "twilight-model" version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" |