This repository has been archived on 2024-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
clego-app/Cargo.toml
2024-05-01 22:40:56 +02:00

26 lines
656 B
TOML

[package]
name = "clego-app"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.5"
fake = { version = "2.9.2", features = ["derive"] }
maud = { version = "0.26.0", features = ["axum"] }
rand = "0.8.5"
strum = "0.26.2"
strum_macros = "0.26.2"
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["fs"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[build-dependencies]
lightningcss = "1.0.0-alpha.55"
grass = "0.13.2"