mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 22:18:13 +00:00
27 lines
422 B
TOML
27 lines
422 B
TOML
|
[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
|