Files
rustbot/Cargo.toml
T
Michael Mikovsky 018f0c03d4 Add code
2025-05-19 11:16:11 -06:00

12 lines
176 B
TOML

[package]
name = "rustbot"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
azalea = "0.12.0"
lazy_static = "1.5.0"
parking_lot = "0.12.3"
tokio = "1.45.0"