showdown/Cargo.toml

15 lines
415 B
TOML
Raw Permalink Normal View History

2022-11-13 09:30:18 -06:00
[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]
2022-11-15 19:49:06 -06:00
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 = "*"