[package] name = "smpl_fuzz" version = "0.1.3" description = "Fuzz testing from grammar" homepage = "https://github.com/SmplWorks/SmplFuzz" repository = "https://github.com/SmplWorks/SmplFuzz" readme = "README.md" license-file = "LICENSE.txt" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"