Skip to content

Commit ccc604d

Browse files
committed
clean up cargo.toml
1 parent 316ae26 commit ccc604d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name = "cobalt"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
76

87
[dependencies]
9-
httparse = "1.7.0"
108
tokio = { version = "1.17.0", features = ["full"] }
11-
bpaf = "0.4.3"
12-
toml = "0.5"
9+
futures = "0.3"
1310
log = "0.4"
1411
simple_logger = "2.1.0"
12+
httparse = "1.7.0"
13+
toml = "0.5"
1514
serde = { version = "1.0", features = ["derive"] }
16-
futures = "0.3"
15+
bpaf = "0.4.3"

0 commit comments

Comments
 (0)