From 9d2635a5979988b295ca33216a0cd10f0ff35372 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 11 Feb 2021 00:38:00 +0100 Subject: [PATCH] added workspace --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000000..d2809b476e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] + +members = [ + "afl", + "fuzzers/libfuzzer_libpng", +] \ No newline at end of file