count-bot/Cargo.toml

9 lines
152 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]
serenity = "0.12.4"
tokio = { version = "1.42.0", features = ["full"] }