From 8ff61f6b737cfa9a91e98179f18fdce4a14bd9c5 Mon Sep 17 00:00:00 2001 From: Ben Batha Date: Thu, 28 Jul 2016 20:20:11 -0400 Subject: [PATCH] start using cargo workspaces --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..3e02eded --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,2 @@ +[workspace] +members = ["openssl", "openssl-sys", "openssl-sys-extras"]