You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
361 B
18 lines
361 B
[package]
|
|
name = "weak-table"
|
|
version = "0.3.0"
|
|
authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
|
|
description = "Weak hash maps and sets"
|
|
repository = "https://github.com/tov/weak-table-rs"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
keywords = ["containers", "Rc", "Arc", "weak"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.9"
|
|
rand = "0.7.2"
|
|
|