Skip to content

Commit

Permalink
Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 5, 2023
1 parent fd12133 commit d8e5dea
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ auto_concretize = [
"internal/__auto_concretize",
"test-fuzz-macro/__auto_concretize",
]
serde_bincode = [
"internal/__serde_bincode",
]
serde_cbor = [
"internal/__serde_cbor",
]
serde_cbor4ii = [
"internal/__serde_cbor4ii",
]
serde_bincode = ["internal/__serde_bincode"]
serde_cbor = ["internal/__serde_cbor"]
serde_cbor4ii = ["internal/__serde_cbor4ii"]
__persistent = ["afl", "test-fuzz-macro/__persistent"]

[package.metadata.cargo-udeps.ignore]
Expand Down

0 comments on commit d8e5dea

Please sign in to comment.