jon-rs/Cargo.toml
2025-07-14 12:41:38 +03:00

9 lines
180 B
TOML

[package]
name = "jon-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.9.1"
serenity = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }