Create reproducer for cargo-bolero with Nix
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "my-fibonacci"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.fuzz]
|
||||
inherits = "dev"
|
||||
opt-level = 3
|
||||
incremental = false
|
||||
codegen-units = 1
|
||||
|
||||
[dev-dependencies]
|
||||
bolero = "0.11.1"
|
||||
|
||||
[[test]]
|
||||
name = "fibonacci_test"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user