comfycamp/Cargo.toml

13 lines
256 B
TOML
Raw Permalink Normal View History

2024-10-26 19:11:54 +05:00
[package]
name = "comfycamp"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.41.0", features = ["full"] }
axum = "0.7.7"
tera = "1.20.0"
lazy_static = "1.5.0"
tower-http = { version = "0.6.1", features = ["fs"] }
notify = "7.0.0"