yyyi_ru/Cargo.toml

11 lines
209 B
TOML
Raw Normal View History

2025-04-01 20:10:28 +03:00
[package]
name = "yyyi_ru"
version = "0.1.0"
[dependencies]
axum = "0.8.3"
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
2025-04-04 19:45:42 +03:00
json5 = "0.4.1"
serde_json = "1.0.140"
mtgott = { path = "./mtgott" }