768699d138
btree maps are deterministic which is useful for fuzzing. hash maps, however have better performance in our case
12 lines
197 B
TOML
12 lines
197 B
TOML
[package]
|
|
name = "jotdown-afl"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
afl = "0.11"
|
|
jotdown = { path = "../../", features = ["deterministic"] }
|
|
|
|
[[bin]]
|
|
name = "gen"
|
|
path = "src/gen.rs"
|