[package] name = "grrs-db4555" version = "0.1.0" authors = ["Kentaro Sugimoto "] license = "MIT OR Apache-2.0" description = "README.md" homepage = "https://github.com/tarotene/grrs" repository = "https://github.com/tarotene/grrs" keywords = ["cli", "search", "demo"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0", features = ["derive"] } anyhow = "1.0" indicatif = "0.17.3" env_logger = "0.10.0" log = "0.4.17" [dev-dependencies] assert_cmd = "2.0.8" assert_fs = "1.0.10" predicates = "2.1.5"