11 lines
358 B
TOML
11 lines
358 B
TOML
[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"
|