gecko-dev/servo/components/hashglobe/Cargo.toml

17 строки
415 B
TOML

[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"