ANW-13 GET /notes/<path>: NoteStore + axum HttpServer wiring
This commit is contained in:
parent
095ea7fbf0
commit
e1fe1dcb4e
7 changed files with 661 additions and 72 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue