11 lines
209 B
TOML
11 lines
209 B
TOML
[package]
|
|
name = "yyyi_ru"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
axum = "0.8.3"
|
|
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
|
|
json5 = "0.4.1"
|
|
serde_json = "1.0.140"
|
|
mtgott = { path = "./mtgott" }
|