diff options
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" |