showdown/Cargo.toml

15 lines
415 B
TOML

[package]
name = "showdown"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.11"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "sqlite", "offline"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
rand = "*"