[package] name = "cli-rpx" version = "1.1.1" edition = "2021" authors = ["Andrew S Aguiar "] readme = "README.md" homepage = "https://github.com/andrewaguiar/rpx" license = "MIT" keywords = ["cli", "sed", "tools"] description = "Rpx is a tool to provide simple string replacement to GIT controled projects, it is a `sed` less powerfull but simpler." [[bin]] name = "rpx" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = '2.1.0' clap = { version = "4.5.1", features = ["derive"] }