mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00
20 lines
291 B
TOML
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
|