diff options
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 8c8011b6..d9ef77ec 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -4,8 +4,9 @@ name = "openssl-sys" version = "0.0.2" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] -license = "Apache-2.0" +license = "MIT" description = "FFI bindings to OpenSSL" +repository = "https://github.com/sfackler/rust-openssl" links = "openssl" build = "src/build.rs" |