basedbot/Cargo.toml
kageru 2ce2dee877 Disable framework feature of serenity
Why the fuck does this panic at startup when it’s enabled but not used?
2022-05-31 08:59:25 +02:00

13 lines
463 B
TOML

[package]
name = "basedbot"
version = "0.1.0"
authors = ["kageru <kageru@encode.moe>"]
edition = "2021"
[dependencies]
serenity = { version = "0.10", default_features = false, features = ["client", "rustls_backend", "model", "builder", "gateway", "utils", "cache"] }
lazy_static = "1.4.0"
regex = { version = "1.5.6", default_features = false, features = ["std", "unicode"] }
async-trait = "0.1.53"
tokio = { version = "1.18.2", features = ["rt-multi-thread"] }