stylo: Add appropriate traits to hashglobe::fake

This commit is contained in:
Manish Goregaokar 2017-08-31 15:55:35 -07:00
parent 5cd296a264
commit ce4e1e4194
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
4 changed files with 141 additions and 1 deletions

1
Cargo.lock generated
View file

@ -1246,6 +1246,7 @@ dependencies = [
name = "hashglobe"
version = "0.1.0"
dependencies = [
"heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
]