[package] name = "zmove" version = "0.3.3" edition = "2021" description = "Move files in the command line with ease" authors = ["Justin Korkie justinjkorkie@gmail.com"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/korkie9/zmove" documentation = "https://docs.rs/crate/zmove/latest" [dependencies] [[bin]] name = "zmv" path = "src/main.rs"