rolebot/Cargo.toml

11 lines
358 B
TOML
Raw Permalink Normal View History

2023-05-11 14:13:38 +01:00
[package]
name = "rolebot"
version = "0.1.0"
edition = "2021"
[dependencies]
serenity = { version = "0.11.5", default-features = false, features = ["builder", "cache", "chrono", "client", "gateway", "model", "http", "utils", "rustls_backend"] }
tokio = { version = "1.28.0", features = ["rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"