parent
a253f91884
commit
75b87e7bac
4 changed files with 162 additions and 103 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.5", default-features = false, features = ["http1", "json", "macros", "matched-path", "tokio", "tower-log", "tracing"] }
|
||||
axum = { version = "0.7.5", default-features = false, features = ["http1", "json", "macros", "matched-path", "tokio", "tower-log", "tracing", "query"] }
|
||||
axum-extra = { version = "0.9.3", features = ["async-read-body", "typed-header"] }
|
||||
bytes = "1.6.0"
|
||||
eyre = "0.6.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue