add static builder

This commit is contained in:
Thibaud Dauce
2026-02-18 17:23:24 +01:00
parent e60f150611
commit 1561c07432
155 changed files with 161211 additions and 12 deletions

View File

@@ -7,3 +7,18 @@ edition = "2024"
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
anyhow = "1"
tera = "1"
pulldown-cmark = "0.13"
serde = { version = "1", features = ["derive"] }
yaml-rust2 = "0.11"
syntect = "5"
regex = "1"
chrono = { version = "0.4", features = ["serde"] }
gpx = "0.10"
geoutils = "0.5"
fs_extra = "1"
notify = "7"
axum = "0.8"
tower-http = { version = "0.6", features = ["fs"] }