summaryrefslogtreecommitdiffstats
path: root/globset/Cargo.toml
blob: cf63f397d0005e308d9a45e13215d1238092cf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "globset"
version = "0.1.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]

[dependencies]
aho-corasick = "0.5.3"
fnv = "1.0"
lazy_static = "0.2"
log = "0.3"
memchr = "0.1"
regex = "0.1.77"