1
0
Fork 0

It's safe guys

safety is our #1 priority
This commit is contained in:
Honbra 2024-05-15 12:38:57 +02:00
parent a253f91884
commit 75b87e7bac
Signed by: honbra
GPG key ID: B61CC9ADABE2D952
4 changed files with 162 additions and 103 deletions

View file

@ -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"