ripgrep/crates/index/Cargo.toml
2022-08-22 14:49:35 -04:00

20 lines
494 B
TOML

[package]
publish = false
name = "grep-index"
version = "0.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Grep, but with an index.
"""
documentation = "https://docs.rs/grep-index"
homepage = "https://github.com/BurntSushi/ripgrep"
repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "search", "index", "ngram"]
license = "Unlicense/MIT"
edition = "2018"
[dependencies]
bstr = "0.2"
regex-syntax = "0.6.14"