Skip to content

Commit

Permalink
chore: fix Readme; populate crate details
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Nov 18, 2024
1 parent 1fc7585 commit 8c9977c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]

name = "secret-storage"
version = "0.1.0"
edition = "2021"
authors = ["IOTA Stiftung"]
homepage = "https://www.iota.org"
license = "Apache-2.0"
repository = "https://github.com/iotaledger/secret-storage"
rust-version = "1.65"
readme = "./README.md"
description = "A flexible and secure key storage interface for working with cryptographic keys and signatures with modular traits for key generation, signing, and management."
keywords = ["crypto", "storage", "keys", "signatures", "security"]

[dependencies]
anyhow = "1"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,4 @@ If you have a suggestion that would make this better, please fork the repo and c

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Contact
Distributed under the Apache License. See LICENSE for more information.

0 comments on commit 8c9977c

Please sign in to comment.