html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -23,11 +23,29 @@ tokio = { version = "1.28.2", features = [ "sync", "rt-multi-thread", "process", + "parking_lot", ] } -webhook = "2.1.2" tokio-stream = "0.1.14" futures-util = "0.3.28" strip-ansi-escapes = "0.1.1" +serenity = { version = "0.11.5", features = [ + "builder", + "client", + # "framework", + "utils", + "rustls_backend", + "gateway", + # "standard_framework", +], default-features = false } +poise = "0.5.5" +anyhow = "1.0.71" +strum = { version = "0.24.1", features = [ + "strum_macros", + "derive", + "std", +], default-features = false } +regex = { version = "1.8.4", features = ["std"], default-features = false } +minify-js = "0.4.3" [profile.release] lto = true |