From 03a16b01a0ef83e5646128408a4886619d52a236 Mon Sep 17 00:00:00 2001 From: Lukas Velikov Date: Wed, 5 Nov 2025 17:38:04 -0500 Subject: [PATCH 1/2] wcce-rs: add cargo keys for license, homepage, repository, keywords --- wcce-rs/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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", From 33e3bb696161990cabf6c94b666d1c997d2678ea Mon Sep 17 00:00:00 2001 From: Lukas Velikov Date: Wed, 5 Nov 2025 17:38:46 -0500 Subject: [PATCH 2/2] wstep-rs: add cargo keys for license, homepage, repository, keywords --- wstep-rs/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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",