blob: d1935dbd7b8a9bcf2845fcd0b42d3ff02a323b57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "plist-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[dependencies.plist]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "fuzzer_script_1"
path = "fuzzers/fuzzer_script_1.rs"
|