discord-court-bot/Cargo.toml
2022-06-14 18:52:46 +02:00

15 lines
396 B
TOML

[package]
name = "court-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.1"
dotenv = "0.15.0"
mongodb = "2.2.2"
serenity = { version = "0.11.2", features = ["collector"] }
tokio = { version = "1.19.2", features = ["full"] }
tracing = "0.1.35"
tracing-subscriber = "0.3.11"