Create reproducer for cargo-bolero with Nix

This commit is contained in:
2024-06-10 20:53:02 +02:00
committed by Jan Tojnar
commit 6587758fe2
9 changed files with 446 additions and 0 deletions

17
Cargo.toml Normal file
View 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