aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:21:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:21:58 +0000
commitfc0434b8b99eb650f3952e613028cdad940f8536 (patch)
treeb1b15d9075830bd60f4e5587c8d9f27f4bcba29f /Cargo.toml.orig
parent834c89f16bc1701b301eb05e07ce58ea038e096f (diff)
parent4e031b3a08a06e36fa74d66192dac5250ad69131 (diff)
downloadlibfuzzer-sys-fc0434b8b99eb650f3952e613028cdad940f8536.tar.gz
Change-Id: I6f44e88d0c8bb2d4a9d9f45bd115766bb4874c00
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig14
1 files changed, 13 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index db1d7b3..72285b9 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -6,13 +6,25 @@ license = "MIT/Apache-2.0/NCSA"
name = "libfuzzer-sys"
readme = "./README.md"
repository = "https://github.com/rust-fuzz/libfuzzer"
-version = "0.4.0"
+version = "0.4.2"
[dependencies]
arbitrary = "1"
+once_cell = "1"
[build-dependencies]
cc = "1.0"
[features]
arbitrary-derive = ["arbitrary/derive"]
+
+[workspace]
+members = [
+ "./example",
+ "./example_arbitrary",
+ "./example_mutator",
+]
+
+[dev-dependencies]
+flate2 = "1.0.20"
+rand = "0.8.3"