roo-cli 0.0.8

A simple command line tool to find a file and call another app with the found one as argument
# 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.8"
authors = ["Rafael Merlin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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.100"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
version = "4.5.56"
features = ["derive"]

[dependencies.config]
version = "0.15.19"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.timer]
version = "0.2.0"