summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSefa Eyeoglu <[email protected]>2023-05-19 14:08:54 +0200
committerseth <[email protected]>2023-05-19 09:36:45 -0400
commit913f1bf789e4ad9d7bae13e13d318620cea6761b (patch)
tree37358abbc3323183bf88727f3c865e628aa776d4 /Cargo.toml
parente1e485d973fcb2f787e10deb60d85a6e8e7fa486 (diff)
feat: detect custom moyai emojis
Signed-off-by: Sefa Eyeoglu <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bcbc5a0..03c7d1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,9 @@ edition = "2021"
[dependencies]
bottomify = "1.2.0"
include_dir = "0.7.3"
+lazy_static = "1.4.0"
rand = "0.8.5"
+regex = "1.8.1"
reqwest = { version = "0.11.17", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0.163"
serenity = "0.11.5"