nazrin/omyacid/Cargo.toml

18 lines
393 B
TOML
Raw Normal View History

[package]
name = "omyacid"
2024-08-16 04:22:40 +00:00
version = "0.9.0"
edition = "2021"
[dependencies]
nzr-api = { path = "../nzr-api" }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
axum = "0.7"
tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1"
askama = "0.12"
moka = { version = "0.12.8", features = ["future"] }
2024-08-15 00:31:26 +00:00
[dev-dependencies]
nzr-api = { path = "../nzr-api", features = ["mock"] }