Skip to content

Commit 88893bb

Browse files
committed
Use cargo sort to fix Cargo.toml
1 parent ef89bb4 commit 88893bb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ description = "A multi-fuzzer management utility for all of your Rust fuzzing ne
77
repository = "https://github.com/srlabs/ziggy/"
88

99
[workspace]
10-
members = [".", "examples/arbitrary", "examples/asan", "examples/unstable", "examples/url"]
10+
members = [
11+
".",
12+
"examples/arbitrary",
13+
"examples/asan",
14+
"examples/unstable",
15+
"examples/url",
16+
]
1117

1218
[[bin]]
1319
name = "cargo-ziggy"

0 commit comments

Comments
 (0)