Skip to content

Commit

Permalink
Formated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zi0Black committed Oct 17, 2024
1 parent 4e6045f commit 7de8f5d
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions testsuite/fuzzer/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,25 @@ path = "fuzz_targets/move/bytecode_verifier_mixed.rs"
test = false
doc = false

#[[bin]]
#name = "move_value_deserialize"
[[bin]]
name = "move_aptosvm_publish_and_run"
path = "fuzz_targets/move/aptosvm_publish_and_run.rs"
test = false
doc = false

[[bin]]
name = "move_aptosvm_publish"
path = "fuzz_targets/move/aptosvm_publish.rs"
test = false
doc = false

[[bin]]
name = "move_aptosvm_authenticators"
path = "fuzz_targets/move/aptosvm_authenticators.rs"
test = false
doc = false

#[[bin]]#name = "move_value_deserialize"
#path = "fuzz_targets/move/value_deserialize.rs"
#test = false
#doc = false
Expand All @@ -68,21 +85,3 @@ doc = false
#test = false
#doc = false
#required-features = ["disabled"]

[[bin]]
name = "move_aptosvm_publish_and_run"
path = "fuzz_targets/move/aptosvm_publish_and_run.rs"
test = false
doc = false

[[bin]]
name = "move_aptosvm_publish"
path = "fuzz_targets/move/aptosvm_publish.rs"
test = false
doc = false

[[bin]]
name = "move_aptosvm_authenticators"
path = "fuzz_targets/move/aptosvm_authenticators.rs"
test = false
doc = false

0 comments on commit 7de8f5d

Please sign in to comment.