Submit Cargo.lock (#555)

* submits Cargo.lock files

* removes the unused test runner from libtock-rs for less depepdencies
This commit is contained in:
kaczmarczyck
2022-10-10 15:34:05 +02:00
committed by GitHub
parent a79abc209a
commit a969faaaa0
15 changed files with 2156 additions and 23 deletions

35
libraries/cbor/fuzz/Cargo.lock generated Normal file
View File

@@ -0,0 +1,35 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "arbitrary"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569"
[[package]]
name = "cbor"
version = "0.1.0"
[[package]]
name = "cbor-fuzz"
version = "0.0.0"
dependencies = [
"cbor",
"libfuzzer-sys",
]
[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "libfuzzer-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf184a4b6b274f82a5df6b357da6055d3e82272327bba281c28bbba6f1664ef"
dependencies = [
"arbitrary",
"cc",
]