summaryrefslogtreecommitdiffstats
path: root/globset/Cargo.toml
blob: 48e375fb6a5de96087bf121701beb5cae08c9be7 (plain)
1
2
3
4
5
6
7
8
9
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"