diff options
| author | Steven Fackler <[email protected]> | 2014-11-22 14:57:13 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-11-22 14:57:13 -0800 |
| commit | 178d0f0c8e503b4eecb6ec5c118922ad52606c60 (patch) | |
| tree | d0d60c90220dc078babd158a0952b16a4825db6f /Cargo.toml | |
| parent | Add license and description (diff) | |
| download | rust-openssl-178d0f0c8e503b4eecb6ec5c118922ad52606c60.tar.xz rust-openssl-178d0f0c8e503b4eecb6ec5c118922ad52606c60.zip | |
Update stuff for upload to registry
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,9 +1,8 @@ [package] - name = "openssl" -version = "0.0.1" +version = "0.0.2" authors = ["Steven Fackler <[email protected]"] -license = "ASL2.0" +license = "Apache-2.0" description = "OpenSSL bindings" [features] @@ -14,26 +13,30 @@ aes_xts = ["openssl-sys/aes_xts"] [target.i686-apple-darwin.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.x86_64-apple-darwin.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.i686-unknown-linux-gnu.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.x86_64-unknown-linux-gnu.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.i686-unknown-freebsd.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.x86_64-unknown-freebsd.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.arm-apple-ios.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.i386-apple-ios.dependencies.openssl-sys] path = "openssl-sys" +version = "0.0.2" [target.le32-unknown-nacl.dependencies.libressl-pnacl-sys] -git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" [target.arm-unknown-nacl.dependencies.libressl-pnacl-sys] -git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" [target.i686-unknown-nacl.dependencies.libressl-pnacl-sys] -git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" [target.x86_64-unknown-nacl.dependencies.libressl-pnacl-sys] -git = "https://github.com/DiamondLovesYou/libressl-pnacl-sys.git" |