1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00
ripgrep/globset/Cargo.toml

11 lines
174 B
TOML
Raw Normal View History

[package]
name = "globset"
version = "0.1.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
[dependencies]
fnv = "1.0"
lazy_static = "0.2"
memchr = "0.1"
regex = "0.1.77"