champions_bot/Cargo.toml
2023-11-29 22:27:07 +01:00

14 lines
300 B
TOML

[package]
name = "bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
rand = "0.8.5"
serde_json = "1.0.108"
serenity = "0.12.0"
tokio = { version = "1.34.0", features = ["full"] }