# 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 = "2018" name = "roo-cli" version = "0.0.6" authors = ["Rafael Merlin"] description = "A simple command line tool to find a file and call another app with the found one as argument" homepage = "https://github.com/rafamerlin/roo" readme = "README.md" keywords = ["cli", "search"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rafamerlin/roo" [[bin]] name = "roo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.1" [dependencies.config] version = "0.9" [dependencies.dialoguer] version = "0.8.0" [dependencies.dirs-next] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.timer] version = "0.2.0" [dependencies.walkdir] version = "2.3.1"