[package] name = "caracall" description = "A CLI utility that runs a shell command based on another command's output" authors = ["angel-val "] repository = "https://gitlab.com/angel-val/caracall/" version = "0.1.1-1" edition = "2021" license = "GPL-3.0-or-later" [dependencies] clap = { version = "4", features = ["derive"] }