Files
nix-cargo-bolero/Cargo.toml

18 lines
240 B
TOML
Raw Normal View History

[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