diff --git a/wcce-rs/Cargo.toml b/wcce-rs/Cargo.toml index 245c909..4a64a0d 100644 --- a/wcce-rs/Cargo.toml +++ b/wcce-rs/Cargo.toml @@ -5,6 +5,10 @@ authors = ["Lukas Velikov "] edition = "2021" description = "Implementation of the [MS-WCCE] certificate enrollment protocol" readme = "README.md" +license = "BSD-3-Clause" +homepage = "https://github.com/deshaw/adcs-rs" +repository = "https://github.com/deshaw/adcs-rs" +keywords = ["certificate", "x509", "csr", "signing", "adcs"] categories = [ "authentication", "cryptography", diff --git a/wstep-rs/Cargo.toml b/wstep-rs/Cargo.toml index 1a02479..7c84304 100644 --- a/wstep-rs/Cargo.toml +++ b/wstep-rs/Cargo.toml @@ -5,6 +5,10 @@ authors = ["Lukas Velikov "] edition = "2021" description = "Implementation of the [MS-WSTEP] WS-Trust X.509v3 Token Enrollment Extensions protocol" readme = "README.md" +license = "BSD-3-Clause" +homepage = "https://github.com/deshaw/adcs-rs" +repository = "https://github.com/deshaw/adcs-rs" +keywords = ["certificate", "x509", "csr", "signing", "adcs"] categories = [ "authentication", "cryptography",