We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53823dc commit d1687b2Copy full SHA for d1687b2
Cargo.toml
@@ -19,7 +19,6 @@ json = ["dep:serde", "dep:serde_json"]
19
[dependencies]
20
anyhow.workspace = true
21
async-task.workspace = true
22
-async-trait.workspace = true
23
bytes.workspace = true
24
futures-lite.workspace = true
25
http-body-util.workspace = true
@@ -71,7 +70,6 @@ authors = [
71
70
[workspace.dependencies]
72
anyhow = "1"
73
async-task = "4.7"
74
-async-trait = "*"
75
axum = { version = "0.8.6", default-features = false }
76
bytes = "1.10.1"
77
cargo_metadata = "0.22"
0 commit comments