diff --git a/ml-kem/Cargo.toml b/ml-kem/Cargo.toml index 6d27c9e..887c489 100644 --- a/ml-kem/Cargo.toml +++ b/ml-kem/Cargo.toml @@ -9,7 +9,8 @@ edition = "2021" rust-version = "1.74" license = "Apache-2.0 OR MIT" readme = "README.md" -repository = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem" +homepage = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem" +repository = "https://github.com/RustCrypto/KEMs" categories = ["cryptography", "no-std"] keywords = ["crypto", "kyber", "lattice", "post-quantum"]