From 370d6df16a6c781f57b41d6a6161f706c7e93065 Mon Sep 17 00:00:00 2001 From: Gregory Meyer Date: Mon, 17 Jun 2019 21:30:42 -0400 Subject: [PATCH] update Cargo.toml for crates.io add required + relevant fields --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4d5eaa5..4fd01bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "cht" version = "0.1.0" authors = ["Gregory Meyer "] edition = "2018" +description = "Lockfree resizeable concurrent hash table." +repository = "https://github.com/Gregory-Meyer/cht" +readme = "README.md" +license = "MIT" [dependencies] crossbeam-epoch = "0.7"