ANW-13 GET /notes/<path>: NoteStore + axum HttpServer wiring

This commit is contained in:
Andreas Brenner 2026-05-14 15:39:00 +02:00
parent 095ea7fbf0
commit e1fe1dcb4e
7 changed files with 661 additions and 72 deletions

View file

@ -25,7 +25,7 @@ serde_yaml = "0.9"
tantivy = "0.25"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tower = "0.5"
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }