1 | [package] |
---|---|
2 | |
3 | name = "glob" |
4 | version = "0.3.1" |
5 | authors = ["The Rust Project Developers"] |
6 | license = "MIT OR Apache-2.0" |
7 | homepage = "https://github.com/rust-lang/glob" |
8 | repository = "https://github.com/rust-lang/glob" |
9 | documentation = "https://docs.rs/glob/0.3.1" |
10 | description = "" " |
11 | Support for matching file paths against Unix shell style patterns. |
12 | " "" |
13 | categories = ["filesystem"] |
14 | |
15 | [dev-dependencies] |
16 | tempdir = "0.3" |
17 | doc-comment = "0.3" |
18 |