This commit is contained in:
Michael Mikovsky
2025-05-19 11:16:11 -06:00
parent c7a66f0cf7
commit 018f0c03d4
3 changed files with 273 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[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"