Skip to content

Commit

Permalink
Merge pull request #23 from Alzymologist/release-0.1.0
Browse files Browse the repository at this point in the history
chore: release 0.1.0
  • Loading branch information
varovainen authored Nov 20, 2024
2 parents eee08a5 + 348f054 commit 2a02a07
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
[package]
name = "mnemonic-external"
description = "Mnemonic seed phrase processing with no-std and external memory capabilities"
license = "GPL-3.0-or-later"
version = "0.1.0"
authors = [
"Alexander Slesarev <[email protected]>",
"Vera Abramova <[email protected]>",
]
repository = "https://github.com/Alzymologist/mnemonic-external"
homepage = "https://github.com/Alzymologist/mnemonic-external"
documentation = "https://docs.rs/mnemonic-external"
keywords = ["no_std", "crypto", "seed", "mnemonic"]
edition = "2021"
exclude = ["/for_tests", "/.github"]

[dependencies]
sha2 = { version = "0.10.6", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
zeroize = {version = "1.8.1", features = ["derive"]}

[dev-dependencies]
Expand Down

0 comments on commit 2a02a07

Please sign in to comment.