mirror of
https://github.com/Astatin3/rustbot.git
synced 2026-06-08 16:18:08 -06:00
12 lines
176 B
TOML
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"
|