Skip to content

Commit de8119c

Browse files
committed
Chore: update crate pkg info
1 parent 72b50ab commit de8119c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
name = "rsp"
33
version = "0.1.0"
44
edition = "2024"
5+
authors = ["pomcho555 <pomcho555@users.noreply.github.com>"]
6+
repository = "https://github.com/pomcho555/rsp"
7+
readme = "README.md"
8+
license = "MIT"
9+
keywords = ["cli","escaped strings","converter","formatter"]
10+
description = """
11+
A Rust CLI tool that converts escaped strings embedded in YAML ConfigMaps into properly formatted multi-line strings.
12+
"""
13+
exclude = [
14+
"specs/*",
15+
".github/*",
16+
]
517

618
[dependencies]
719
clap = { version = "4.0", features = ["derive"] }

0 commit comments

Comments
 (0)