This commit is contained in:
Adam 2024-08-06 00:07:46 -04:00
parent 1e5c4d4ca1
commit 958a61f03b
2 changed files with 0 additions and 24 deletions

23
Cargo.lock generated
View file

@ -148,28 +148,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "axum-extra"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0be6ea09c9b96cb5076af0de2e383bd2bc0c18f827cf1967bdd353e0b910d733"
dependencies = [
"axum",
"axum-core",
"bytes",
"futures-util",
"http 1.1.0",
"http-body",
"http-body-util",
"mime",
"pin-project-lite",
"serde",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "backtrace"
version = "0.3.73"
@ -1753,7 +1731,6 @@ version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"axum-extra",
"futures",
"lib",
"rand",

View file

@ -15,7 +15,6 @@ tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1.0.82"
axum-extra = "0.9.3"
tower-http = { version = "0.5.2", features = ["fs", "trace"] }
lib = { workspace = true }