summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Batha <bbatha@factset.com>2016-07-28 20:20:11 -0400
committerBen Batha <bbatha@factset.com>2016-07-28 20:20:11 -0400
commit8ff61f6b737cfa9a91e98179f18fdce4a14bd9c5 (patch)
treea5c61994ad86c4a719d11978707504deb75b3a23 /Cargo.toml
parentd3230874ae610dca17f4e68260eb1aff275b531c (diff)
downloadrust-openssl-8ff61f6b737cfa9a91e98179f18fdce4a14bd9c5.zip
start using cargo workspaces
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"]