rename hash crate to keccak-hash

This commit is contained in:
Robert Habermeier 2017-11-10 19:04:55 +01:00
parent 117b929b70
commit 7576ac84d3
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
description = "Rust bindings for tinykeccak C library" description = "Rust bindings for tinykeccak C library"
homepage = "http://parity.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "hash" name = "keccak-hash"
version = "0.1.0" version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]
ethcore-bigint = { path = "../bigint" } ethcore-bigint = { version = "0.2.1", path = "../bigint" }
tiny-keccak = "1.3" tiny-keccak = "1.3"
[build-dependencies] [build-dependencies]