From e98652435094f23614b4f46434d99d52f1279028 Mon Sep 17 00:00:00 2001 From: newpavlov Date: Wed, 21 Mar 2018 16:18:35 +0300 Subject: [PATCH] updated keccak Cargo.toml --- keccak/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" }