mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
rename lol
This commit is contained in:
parent
c68cd04af7
commit
543e39f129
70 changed files with 283 additions and 266 deletions
23
haesli_dashboard/Cargo.toml
Normal file
23
haesli_dashboard/Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[package]
|
||||
name = "haesli_dashboard"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
haesli_core = { path = "../haesli_core" }
|
||||
anyhow = "1.0.55"
|
||||
axum = "0.4.8"
|
||||
mime_guess = "2.0.4"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
tower = "0.4.12"
|
||||
tower-http = { version = "0.2.3", features = ["cors"] }
|
||||
tracing = "0.1.31"
|
||||
zip = "0.5.13"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.55"
|
||||
walkdir = "2.3.2"
|
||||
zip = "0.5.13"
|
||||
Loading…
Add table
Add a link
Reference in a new issue