Skip to content

Commit 88a40db

Browse files
authored
Merge pull request #17 from junhsonjb/jjb-update-toml
small updates in prep for publish
2 parents e3aa15f + b4caf33 commit 88a40db

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
name = "dotsec"
33
version = "0.1.0"
44
edition = "2024"
5+
repository = "https://github.com/junhsonjb/dotsec"
6+
readme = "README.md"
7+
license = "MIT OR Apache-2.0"
8+
description = "a lightweight CLI tool for locally managing secrets"
9+
categories = ["command-line-utilities"]
10+
keywords = [
11+
"dotfiles",
12+
"security",
13+
"secrets",
14+
"tool",
15+
]
516

617
[[bin]]
718
name = "ds"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cargo run -- <command> <args>
3434

3535
This is a lot to type. The project is planned to be published in the short-term, but in the meantime we can use an alias as a workaround:
3636
```bash
37-
alias dotsec="cargo run --"
37+
alias ds="cargo run --" # `ds` is the name of the binary
3838
```
3939
Run the above line, or add it to your `bashrc` (or the config for whichever shell you use) to make it persistent.
4040

0 commit comments

Comments
 (0)