Rocket/core/lib/fuzz/Cargo.toml

38 lines
585 B
TOML
Raw Normal View History

2021-06-07 04:52:44 +00:00
[package]
name = "rocket-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
2022-03-19 18:25:24 +00:00
edition = "2021"
2021-06-07 04:52:44 +00:00
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.rocket]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "uri-parsing"
path = "targets/uri-parsing.rs"
test = false
doc = false
[[bin]]
name = "uri-roundtrip"
path = "targets/uri-roundtrip.rs"
test = false
doc = false
[[bin]]
name = "uri-normalization"
path = "targets/uri-normalization.rs"
test = false
doc = false