aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..7cb87e3
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,17 @@
+[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"
+