diff options
| author | Sefa Eyeoglu <[email protected]> | 2023-05-19 14:08:54 +0200 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-19 09:36:45 -0400 |
| commit | 913f1bf789e4ad9d7bae13e13d318620cea6761b (patch) | |
| tree | 37358abbc3323183bf88727f3c865e628aa776d4 /Cargo.toml | |
| parent | e1e485d973fcb2f787e10deb60d85a6e8e7fa486 (diff) | |
feat: detect custom moyai emojis
Signed-off-by: Sefa Eyeoglu <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
