Files
rustbot/Cargo.toml
T

12 lines
176 B
TOML
Raw Normal View History

2025-05-19 11:16:11 -06:00
[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"