phink 0.1.5

🐙 Phink, a ink! smart-contract property-based and coverage-guided fuzzer
Documentation
1
2
3
4
5
6
7
8
[toolchain]
channel = "nightly"
components = ["rustfmt", "cargo", "rustc", "rust-std", "clippy"]
targets = [
    "aarch64-apple-darwin", # macOS on ARM architecture
    "x86_64-unknown-linux-gnu", # Linux on x86_64 architecture
]
profile = "default"