aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-19 15:49:46 -0700
committerJoel Galenson <jgalenson@google.com>2021-05-19 15:49:46 -0700
commitb6e853daaa9d6a5afe2da52c21b3e7026ae1687b (patch)
treecaf780cfbf8362ace6d27a72e2805b56b856ca1b /Cargo.toml.orig
parentd1325ea49959305aec6fa54768f6d694aae3e4b7 (diff)
downloadlibfuzzer-sys-b6e853daaa9d6a5afe2da52c21b3e7026ae1687b.tar.gz
Upgrade rust/crates/libfuzzer-sys to 0.4.1
Test: make Change-Id: I286b57afddb3453e0e11cf22bc427d41611fe1db
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig13
1 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index db1d7b3..adfe66d 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -6,7 +6,7 @@ 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.1"
[dependencies]
arbitrary = "1"
@@ -16,3 +16,14 @@ 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"