lyrs/Cargo.toml
2024-05-07 21:23:36 -05:00

23 lines
675 B
TOML

[package]
name = "lyrs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.7.5", features = ["macros", "tokio"] }
color-eyre = "0.6.3"
config = "0.14.0"
futures = "0.3.30"
minijinja = { version = "2.0.1", features = ["loader"] }
notify = "6.1.1"
redact = { version = "0.1.9", features = ["serde"] }
sled = "0.34.7"
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["fs"] }
tower-livereload = "0.9.2"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }