Skip to content

Commit

Permalink
update Cargo.toml for crates.io
Browse files Browse the repository at this point in the history
add required + relevant fields
  • Loading branch information
Gregory-Meyer committed Jun 18, 2019
1 parent 47f3c73 commit 370d6df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "cht"
version = "0.1.0"
authors = ["Gregory Meyer <[email protected]>"]
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"
Expand Down

0 comments on commit 370d6df

Please sign in to comment.