gecko-dev/gfx/qcms/fuzz/Cargo.lock
Jeff Muizelaar ad361a869e Bug 1703101 - Bump the version of libfuzzer-sys.
This fixes a build error on oss-fuzz

Differential Revision: https://phabricator.services.mozilla.com/D110862
2021-04-05 20:59:58 +00:00

48 lines
1.1 KiB
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "arbitrary"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "698b65a961a9d730fb45b6b0327e20207810c9f61ee421b082b27ba003f49e2b"
[[package]]
name = "cc"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
[[package]]
name = "libc"
version = "0.2.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
[[package]]
name = "libfuzzer-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86c975d637bc2a2f99440932b731491fc34c7f785d239e38af3addd3c2fd0e46"
dependencies = [
"arbitrary",
"cc",
]
[[package]]
name = "qcms"
version = "0.2.0"
dependencies = [
"libc",
]
[[package]]
name = "qcms-fuzz"
version = "0.0.0"
dependencies = [
"libc",
"libfuzzer-sys",
"qcms",
]