count-bot/Cargo.toml

9 lines
191 B
TOML

[package]
name = "count_bot"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenv = "0.15.0"
serenity = "0.12.4"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }