Skip to content

Commit

Permalink
Updated cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Jul 8, 2019
1 parent f493646 commit b5f76b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ matrix:
git:
depth: 10

before_script:
- chmod +x benches-compare.sh

script:
- cargo build --verbose
- cargo test --verbose
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "hashcow"
version = "0.1.0"
authors = ["Octavian Oncescu <[email protected]>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/hashcow"
keywords = ["cow", "hashmap"]
categories = ["data-structures"]
description = "A Rust HashMap implementation with copy-on-write keys and values"
license = "MIT"
readme = "README.md"

[dependencies]
hashbrown = { version = "0.1.8", features = ["rayon"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HashCow
[![Build Status]][travis] [![Discord Badge]][Discord] [![Latest Version]][crates.io] [![Documentation]][docs.rs]

HashCow is a HashMap implementation with copy-on-write keys and values.
HashCow is a Rust HashMap implementation with copy-on-write keys and values.

---

Expand Down

0 comments on commit b5f76b1

Please sign in to comment.