Skip to content

Commit

Permalink
chore: improve Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Dec 11, 2020
1 parent 1f004ea commit a32f49b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "storethehash"
version = "0.1.0"
authors = ["Volker Mische <[email protected]>"]
edition = "2018"
description = "Storage for hashes, targeted at content addressable systems."
license = "MIT OR Apache-2.0"
repository = "https://github.com/vmx/storethehash/"
keywords = ["database", "persistence", "content-addressable"]

[dependencies]
thiserror = "1.0.22"
Expand Down

0 comments on commit a32f49b

Please sign in to comment.