[package] name = "retouch" version = "0.1.0" edition = "2021" authors = ["Pavol Vidlicka "] description = "Quickly change a command output by simply touching your keyboard again" license = "MIT" repository = "https://github.com/pvid/retouch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.30", features = ["derive"] } tempfile = "3.3.0"