mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
Move to components/hashglobe
This commit is contained in:
parent
ed0fa304fc
commit
5d3115fa8e
11 changed files with 0 additions and 0 deletions
16
components/hashglobe/Cargo.toml
Normal file
16
components/hashglobe/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue