count-bot/Cargo.toml

10 lines
191 B
TOML
Raw Permalink Normal View History

2024-12-24 22:54:55 +00:00
[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"] }