diff --git a/Cargo.toml b/Cargo.toml index 733c63c2..28c69b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "openssl" version = "0.0.2" -authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" +repository = "https://github.com/sfackler/rust-openssl" +documentation = "https://sfackler.github.io/doc/openssl" +readme = "README.md" +keywords = ["crypto", "tls", "ssl"] [features] tlsv1_2 = ["openssl-sys/tlsv1_2"] 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 ", "Steven Fackler "] -license = "Apache-2.0" +license = "MIT" description = "FFI bindings to OpenSSL" +repository = "https://github.com/sfackler/rust-openssl" links = "openssl" build = "src/build.rs"