askama/fuzzing/Cargo.toml
2024-11-25 03:03:15 +01:00

20 lines
291 B
TOML

[workspace]
members = [".", "fuzz"]
[package]
name = "rinja_fuzzing"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
fuzz = { path = "fuzz" }
arbitrary = "1.4.1"
pretty-error-debug = "0.3.0"
thiserror = "2.0.3"
[profile.release]
debug = 1