Move to components/hashglobe

This commit is contained in:
Manish Goregaokar 2017-08-31 15:17:02 -07:00
parent ed0fa304fc
commit 5d3115fa8e
11 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[package]
name = "hashglobe"
version = "0.1.0"
authors = ["The Rust Project Developers", "Manish Goregaokar <manishsmail@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Fork of std::HashMap with stable fallible allocation."
documentation = "https://docs.rs/hashglobe"
repository = "https://github.com/Manishearth/hashglobe"
readme = "README.md"
[dependencies]
libc = "0.2"
[dev-dependencies]
rand = "0.3"