webs unified

This commit is contained in:
Priec
2026-08-03 13:32:25 +02:00
parent 35d85de556
commit c8afe99d79
59 changed files with 1991 additions and 952 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.15.1"
axum = "0.8"
prost = "0.14.4"
prost-types = "0.14.4"
@@ -12,3 +13,6 @@ serde_json = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
tonic = "0.14.6"
tonic-prost = "0.14.6"
[dev-dependencies]
tower = { version = "0.5.3", features = ["util"] }