[package] name = "cocomo-tui" version = "0.0.1" edition = "2021" authors = ["Michael Amrhein "] description = "CLI-App: COmpare, COpy & MOve directories and files." readme = "../README.md" homepage = "https://github.com/mamrhein/cocomo" repository = "https://github.com/mamrhein/cocomo" documentation = "https://docs.rs/cocomo-tui/" license-file = "../LICENSE.TXT" keywords = ["directory", "file", "compare", "copy", "move"] categories = ["command-line-utilities", "filesystem"] [dependencies] clap = { version = "3.1.18", features = ["derive", "unicode", "wrap_help"] } cocomo-core = { version = "0.0.1", path = "../cocomo-core" } [[bin]] name = "cocomo" path = "src/main.rs"