ripgrep-all/Cargo.toml

21 lines
487 B
TOML
Raw Normal View History

2019-06-04 18:08:26 +00:00
cargo-features = ["default-run"]
[package]
name = "rga"
2019-06-04 18:17:59 +00:00
description = "ripgrep, except for pdf, ebooks, Office documents, etc"
license = "AGPL-3.0-or-later"
2019-06-04 18:08:26 +00:00
version = "0.1.0"
authors = ["phiresky <phireskyde+git@gmail.com>"]
edition = "2018"
default-run = "rga"
2019-06-04 18:12:04 +00:00
exclude = [
"exampledir/*"
]
2019-06-04 18:08:26 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2019-06-04 18:17:59 +00:00
tree_magic = { package = "tree_magic_fork", version="0.2" }
2019-06-04 18:08:26 +00:00
regex = "1.1.6"