From 9e15bb9103ba054fa88501cbff2d5e121ffa8544 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 5 Oct 2024 20:07:18 -0600 Subject: Parses edit, nick, and reproxy commands --- Cargo.lock | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') 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", ] @@ -1758,6 +1759,15 @@ dependencies = [ "tracing", ] +[[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" -- cgit 1.4.1