diff options
| author | Steven Fackler <[email protected]> | 2016-07-29 09:06:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-29 09:06:14 -0700 |
| commit | 3b5f175ce7a769b9e29cfec3ef61268313919661 (patch) | |
| tree | e4a6b4a655f0d3414ddb2771d857b9a9db2fb888 | |
| parent | Merge pull request #427 from onur/save_der (diff) | |
| parent | start using cargo workspaces (diff) | |
| download | rust-openssl-3b5f175ce7a769b9e29cfec3ef61268313919661.tar.xz rust-openssl-3b5f175ce7a769b9e29cfec3ef61268313919661.zip | |
Merge pull request #425 from bbatha/chore/cargo-workspace
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"] |