basedbot/Cargo.toml

13 lines
397 B
TOML
Raw Normal View History

2020-08-28 09:45:19 +02:00
[package]
name = "basedbot"
version = "0.1.0"
authors = ["kageru <kageru@encode.moe>"]
2022-05-30 20:43:18 +02:00
edition = "2021"
2020-08-28 09:45:19 +02:00
[dependencies]
serenity = { version = "0.10", default_features = false, features = ["client", "rustls_backend", "model", "builder", "gateway", "utils", "cache"] }
2020-08-28 09:45:19 +02:00
lazy_static = "1.4.0"
2022-06-02 11:41:45 +02:00
fancy-regex = "0.10"
2022-05-30 20:43:18 +02:00
async-trait = "0.1.53"
tokio = { version = "1.18.2", features = ["rt-multi-thread"] }