Merge pull request #425 from bbatha/chore/cargo-workspace

start using cargo workspaces
This commit is contained in:
Steven Fackler 2016-07-29 09:06:14 -07:00 committed by GitHub
commit 3b5f175ce7
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"]