1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core/embed/rust/fuzz/Cargo.toml

27 lines
422 B
TOML
Raw Normal View History

[package]
name = "trezor_lib-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.trezor_lib]
path = ".."
features = ["test"]
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "protobuf"
path = "fuzz_targets/protobuf.rs"
test = false
doc = false