Skip to content

Commit

Permalink
Add more metadata to Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed May 9, 2017
1 parent 623fc1c commit 7ec66f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ license = "BSD-3-Clause"
documentation = "https://spinresearch.github.io/merkle.rs/merkle/index.html"
homepage = "https://github.com/SpinResearch/merkle.rs"
repository = "https://github.com/SpinResearch/merkle.rs"
readme = "README.md"
keywords = ["merkle", "merkle-tree"]
categories = ["data-structures", "cryptography"]


[dependencies]
ring = "^0.9"
protobuf = { version = "^1.2.0", optional = true }

[features]
serialization-protobuf = [ "protobuf" ]

0 comments on commit 7ec66f9

Please sign in to comment.