xref: /webrtc/sdp/fuzz/Cargo.toml (revision 5d8fe953)
1
2[package]
3name = "sdp-fuzz"
4version = "0.0.0"
5authors = ["Automatically generated"]
6publish = false
7edition = "2021"
8
9[package.metadata]
10cargo-fuzz = true
11
12[dependencies]
13libfuzzer-sys = "0.4"
14
15[dependencies.sdp]
16path = ".."
17
18# Prevent this from interfering with workspaces
19[workspace]
20members = ["."]
21
22[[bin]]
23name = "parse_session"
24path = "fuzz_targets/parse_session.rs"
25test = false
26doc = false
27