Skip to content

Commit d83cb36

Browse files
author
root
committed
chore: add crates.io metadata for publishing
- Add MIT license - Add repository URL - Add documentation link - Add keywords and categories
1 parent 1d9080a commit d83cb36

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
name = "naru"
33
version = "0.6.0"
44
edition = "2021"
5+
license = "MIT"
6+
repository = "https://github.com/Luvion1/naru"
57
description = "A security-first configuration manager with encryption and audit logging"
8+
documentation = "https://github.com/Luvion1/naru/tree/master/docs"
9+
keywords = ["config", "encryption", "security", "aes", "cli"]
10+
categories = ["command-line-utilities", "cryptography"]
611

712
[dependencies]
813
anyhow = "1.0.100"

0 commit comments

Comments
 (0)