[package] name = "recr" version = "0.1.0" edition = "2021" authors = ["lvillis"] description = "🐳 Re-tag Docker Images with Integrated Pull and Push." license = "MIT" repository = "https://github.com/lvillis/recr" homepage = "https://github.com/lvillis/recr" documentation = "https://github.com/lvillis/recr/README.md" [workspace] members = [".", "bin/ref-type"] [dependencies] clap = "4.5.8"