16 lines
347 B
TOML
16 lines
347 B
TOML
[package]
|
|
name = "yyyi_ru"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.3"
|
|
tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
|
|
mtgott = { path = "./mtgott" }
|
|
chrono = "0.4.40"
|
|
rusqlite = "0.35.0"
|
|
sha256 = "1.6.0"
|
|
toml = { version = "0.8.22" }
|
|
serde = { version = "1.0.219", features = [ "derive" ] }
|
|
base64 = "0.22.1"
|