mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
Move glob implementation to new crate.
It is isolated and complex enough that it deserves attention all on its own. It's also eminently reusable.
This commit is contained in:
10
globset/Cargo.toml
Normal file
10
globset/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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"
|
Reference in New Issue
Block a user