diff options
| author | Ben Batha <[email protected]> | 2016-07-28 20:20:11 -0400 |
|---|---|---|
| committer | Ben Batha <[email protected]> | 2016-07-28 20:20:11 -0400 |
| commit | 8ff61f6b737cfa9a91e98179f18fdce4a14bd9c5 (patch) | |
| tree | a5c61994ad86c4a719d11978707504deb75b3a23 | |
| parent | Merge pull request #393 from nox/bitflags (diff) | |
| download | rust-openssl-8ff61f6b737cfa9a91e98179f18fdce4a14bd9c5.tar.xz rust-openssl-8ff61f6b737cfa9a91e98179f18fdce4a14bd9c5.zip | |
start using cargo workspaces
| -rw-r--r-- | Cargo.toml | 2 |
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"] |