mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
23 lines
545 B
TOML
23 lines
545 B
TOML
[package]
|
|
name = "blessed-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
axum = "0.5"
|
|
fxhash = "0.2"
|
|
once_cell = "1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tera = "1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tower-http = { version = "0.3", features = ["fs", "trace"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
|
|
[build-dependencies]
|
|
rsass = "0.26"
|
|
|
|
[features]
|