# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cocomo-tui" version = "0.0.1" authors = ["Michael Amrhein "] description = "CLI-App: COmpare, COpy & MOve directories and files." homepage = "https://github.com/mamrhein/cocomo" documentation = "https://docs.rs/cocomo-tui/" readme = "../README.md" keywords = [ "directory", "file", "compare", "copy", "move", ] categories = [ "command-line-utilities", "filesystem", ] license-file = "LICENSE.TXT" repository = "https://github.com/mamrhein/cocomo" [[bin]] name = "cocomo" path = "src/main.rs" [dependencies.clap] version = "3.1.18" features = [ "derive", "unicode", "wrap_help", ] [dependencies.cocomo-core] version = "0.0.1"