Skip to content

Commit

Permalink
cargo: add missing fields
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Aug 7, 2022
1 parent 8e3fdaf commit 31df7ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "sumhash"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
description = "sumhash cryptographic function implementation"
authors = ["Ignacio Hagopian"]
license = "MIT"
readme = "README.md"

[dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 31df7ab

Please sign in to comment.