diff --git a/ascon/Cargo.toml b/ascon/Cargo.toml index b235a2b..8b6dd7a 100644 --- a/ascon/Cargo.toml +++ b/ascon/Cargo.toml @@ -8,7 +8,8 @@ authors = [ ] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/ascon" -repository = "https://github.com/RustCrypto/sponges/tree/master/ascon" +homepage = "https://github.com/RustCrypto/sponges/tree/master/ascon" +repository = "https://github.com/RustCrypto/sponges" keywords = ["Ascon", "crypto", "permutation"] categories = ["cryptography", "no-std"] readme = "README.md" diff --git a/keccak/Cargo.toml b/keccak/Cargo.toml index 8897ead..d22d1c1 100644 --- a/keccak/Cargo.toml +++ b/keccak/Cargo.toml @@ -8,7 +8,8 @@ and keccak-p variants authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" documentation = "https://docs.rs/keccak" -repository = "https://github.com/RustCrypto/sponges/tree/master/keccak" +homepage = "https://github.com/RustCrypto/sponges/tree/master/keccak" +repository = "https://github.com/RustCrypto/sponges" keywords = ["crypto", "sponge", "keccak", "keccak-f", "keccak-p"] categories = ["cryptography", "no-std"] readme = "README.md"