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

26 lines
619 B
TOML
Raw Normal View History

2024-04-23 21:34:47 +02:00
[package]
name = "clego-app"
version = "0.1.0"
edition = "2021"
build = "build.rs"
2024-04-23 21:34:47 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.5"
fake = "2.9.2"
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]
2024-04-27 13:24:23 +02:00
lightningcss = "1.0.0-alpha.55"
grass = "0.13.2"