Did I tell you I was paranoid
This commit is contained in:
parent
4de6254f08
commit
0ec4d86221
23 changed files with 388 additions and 299 deletions
|
@ -5,11 +5,12 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.5", default-features = false, features = ["http1", "json", "macros", "matched-path", "tokio", "tower-log", "tracing"] }
|
||||
axum-extra = { version = "0.9.3", features = ["async-read-body"] }
|
||||
axum-extra = { version = "0.9.3", features = ["async-read-body", "typed-header"] }
|
||||
bytes = "1.6.0"
|
||||
eyre = "0.6.12"
|
||||
figment = { version = "0.10.15", features = ["env", "toml"] }
|
||||
futures-util = { version = "0.3.30", default-features = false }
|
||||
headers = "0.4.0"
|
||||
hex = "0.4.3"
|
||||
http = "1.1.0"
|
||||
http-body-util = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue