Skip to content

Commit

Permalink
Add metadata to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Dec 23, 2018
1 parent 4cac0e8 commit 70ec276
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 = "secret-tree"
version = "0.1.0"
authors = ["Alex Ostrovski <[email protected]>"]
license = "Apache-2.0"
keywords = ["derivation", "blake2b", "cryptography"]
categories = ["cryprography"]
description = "Hierarchical secret derivation with Blake2b"
repository = "https://github.com/slowli/secret-tree"

[dependencies]
byteorder = "1.2.7"
Expand Down

0 comments on commit 70ec276

Please sign in to comment.