Skip to content

Commit a2ebaaf

Browse files
itsyaasirqrayven
authored andcommitted
chore: fix Readme; populate crate details
1 parent c3eed25 commit a2ebaaf

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

Diff for: Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
2-
32
name = "secret-storage"
43
version = "0.1.0"
54
edition = "2021"
5+
authors = ["IOTA Stiftung"]
6+
homepage = "https://www.iota.org"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/iotaledger/secret-storage"
9+
rust-version = "1.65"
10+
readme = "./README.md"
11+
description = "A flexible and secure key storage interface for working with cryptographic keys and signatures with modular traits for key generation, signing, and management."
12+
keywords = ["crypto", "storage", "keys", "signatures", "security"]
613

714
[dependencies]
815
anyhow = "1"

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,4 @@ If you have a suggestion that would make this better, please fork the repo and c
139139

140140
## License
141141

142-
This project is licensed under the MIT License - see the LICENSE file for details.
143-
144-
## Contact
142+
Distributed under the Apache License. See LICENSE for more information.

0 commit comments

Comments
 (0)