start using cargo workspaces

This commit is contained in:
Ben Batha 2016-07-28 20:20:11 -04:00
parent d3230874ae
commit 8ff61f6b73
1 changed files with 2 additions and 0 deletions

2
Cargo.toml Normal file
View File

@ -0,0 +1,2 @@
[workspace]
members = ["openssl", "openssl-sys", "openssl-sys-extras"]