mirror of
https://github.com/Noratrieb/discord-court-bot.git
synced 2026-01-14 18:05:02 +01:00
22 lines
664 B
TOML
22 lines
664 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"
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
tracing = "0.1.35"
|
|
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
|
serde_json = "1.0.81"
|
|
poise = "0.2.2"
|
|
|
|
[dependencies.serenity]
|
|
version = "0.11.2"
|
|
default-features = false
|
|
features = ["builder", "cache", "client", "gateway", "collector", "http", "rustls_backend", "tokio", "typemap_rev", "utils"]
|