updated keccak Cargo.toml

This commit is contained in:
newpavlov 2018-03-21 16:18:35 +03:00
parent da080e1835
commit e986524350

View File

@ -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" }