blob: 05f59bcce719dc371f4a246b10b78d05b9be5521 [file] [log] [blame]
Chih-Hung Hsiehd1875122020-04-07 14:24:01 -07001[package]
2
3name = "glob"
4version = "0.3.0"
5authors = ["The Rust Project Developers"]
6license = "MIT/Apache-2.0"
7homepage = "https://github.com/rust-lang/glob"
8repository = "https://github.com/rust-lang/glob"
9documentation = "https://docs.rs/glob/0.3.0"
10description = """
11Support for matching file paths against Unix shell style patterns.
12"""
13categories = ["filesystem"]
14
15[dev-dependencies]
16tempdir = "0.3"