Skip to content

Commit

Permalink
fix: multiline imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Sep 13, 2024
1 parent 3665fdf commit 14c1173
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ console = "0.15"
directories = "5"
dunce = "1"
flate2 = "1"
futures-util = { version = "0.3", default-features = false, features = [
"sink",
] }
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
htmlescape = "0.3.1"
humantime = "2"
humantime-serde = "1"
Expand All @@ -52,10 +50,7 @@ oxipng = "9"
parking_lot = "0.12"
rand = "0.8.5"
remove_dir_all = "0.8"
reqwest = { version = "0.12", default-features = false, features = [
"stream",
"trust-dns",
] }
reqwest = { version = "0.12", default-features = false, features = ["stream", "trust-dns"] }
sha2 = "0.10"
schemars = { version = "0.8", features = ["derive"] }
seahash = { version = "4", features = ["use_std"] }
Expand All @@ -68,10 +63,7 @@ tar = "0.4"
time = { version = "0.3", features = ["serde-well-known"] }
thiserror = "1"
tokio = { version = "1", default-features = false, features = ["full"] }
tokio-stream = { version = "0.1", default-features = false, features = [
"fs",
"sync",
] }
tokio-stream = { version = "0.1", default-features = false, features = ["fs", "sync"] }
tokio-tungstenite = "0.23"
toml = "0.8"
tower-http = { version = "0.5.1", features = ["fs", "trace", "set-header"] }
Expand Down

0 comments on commit 14c1173

Please sign in to comment.