Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
name = "rsp"
version = "0.1.0"
edition = "2024"
authors = ["pomcho555 <[email protected]>"]
repository = "https://github.com/pomcho555/rsp"
readme = "README.md"
license = "MIT"
keywords = ["cli","escaped strings","converter","formatter"]
description = """
A Rust CLI tool that converts escaped strings embedded in YAML ConfigMaps into properly formatted multi-line strings.
"""
exclude = [
"specs/*",
".github/*",
]

[dependencies]
clap = { version = "4.0", features = ["derive"] }
Expand Down
Loading