Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Dec 11, 2024
1 parent 00882dc commit 77f1534
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/bootstrap_srv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ edition = "2021"

[dependencies]
async-channel = { workspace = true }
axum = { workspace = true, default-features = false, features = ["http1", "tokio"] }
axum = { workspace = true, default-features = false, features = [
"http1",
"tokio",
] }
base64 = { workspace = true }
bytes = { workspace = true }
clap = { workspace = true, features = ["derive", "wrap_help"] }
Expand Down

0 comments on commit 77f1534

Please sign in to comment.