diff --git a/keccak/Cargo.toml b/keccak/Cargo.toml index 7cb919b..0cc92db 100644 --- a/keccak/Cargo.toml +++ b/keccak/Cargo.toml @@ -5,9 +5,12 @@ authors = ["RustCrypto Developers"] license = "CC0-1.0" description = "Keccak-f sponge function" documentation = "https://docs.rs/keccak" -repository = "https://github.com/RustCrypto" +repository = "https://github.com/RustCrypto/sponges" keywords = ["crypto", "sponge", "keccak-f"] categories = ["cryptography", "no-std"] [features] no_unroll = [] + +[badges] +travis-ci = { repository = "RustCrypto/sponges" }