mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-07 03:20:36 +00:00
ae96038fbf
meli/melib are UTF8 software, so we should have proper Unicode support. A compile-time env var is added, `UNICODE_REGENERATE_TABLES` to force network access and rebuild the cached unicode tables. Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
22 lines
375 B
TOML
22 lines
375 B
TOML
[package]
|
|
name = "melib-fuzz"
|
|
version = "0.0.0"
|
|
authors = ["Automatically generated"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[[bin]]
|
|
name = "envelope_parse"
|
|
path = "fuzz_targets/envelope_parse.rs"
|
|
|
|
[dependencies]
|
|
libfuzzer-sys = "0.3"
|
|
melib = { path = "../melib" }
|
|
|
|
# Prevent this from interfering with workspaces
|
|
[workspace]
|
|
members = ["."]
|