
As discussed in [#1305], it is problematic for the listings to have the same package name, as they cause warnings to be emitted.
10 lines
233 B
TOML
10 lines
233 B
TOML
[package]
|
|
name = "baby_fuzzer_listing_01"
|
|
version = "0.1.0"
|
|
authors = ["Your Name <you@example.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|