diff --git a/lms/Cargo.toml b/lms/Cargo.toml index d859fa7f..774843e1 100644 --- a/lms/Cargo.toml +++ b/lms/Cargo.toml @@ -4,7 +4,8 @@ description = "Pure Rust implementation of Leighton-Micali Hash-Based Signatures version = "0.0.1" edition = "2021" license = "Apache-2.0 OR MIT" -repository = "https://github.com/RustCrypto/signatures/tree/master/lms" +homepage = "https://github.com/RustCrypto/signatures/tree/master/lms" +repository = "https://github.com/RustCrypto/signatures" readme = "README.md" rust-version = "1.73" categories = ["cryptography"] diff --git a/slh-dsa/Cargo.toml b/slh-dsa/Cargo.toml index 0e3c9b2f..479dc920 100644 --- a/slh-dsa/Cargo.toml +++ b/slh-dsa/Cargo.toml @@ -4,6 +4,11 @@ version = "0.0.1" edition = "2021" rust-version = "1.75" license = "Apache-2.0 OR MIT" +homepage = "https://github.com/RustCrypto/signatures/tree/master/lms" +repository = "https://github.com/RustCrypto/signatures" +readme = "README.md" +categories = ["cryptography"] +keywords = ["crypto", "signature"] [dependencies] hybrid-array = { version = "0.2.0-rc.8", features = ["extra-sizes"] }