Skip to content

Commit

Permalink
fix: multiline imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau authored and ctron committed Sep 19, 2024
1 parent 4842f82 commit af68b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tar = "0.4"
thiserror = "1"
time = { version = "0.3", features = ["serde-well-known"] }
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 af68b84

Please # to comment.