We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b50ab commit de8119cCopy full SHA for de8119c
Cargo.toml
@@ -2,6 +2,18 @@
2
name = "rsp"
3
version = "0.1.0"
4
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
+]
17
18
[dependencies]
19
clap = { version = "4.0", features = ["derive"] }
0 commit comments