aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 05f59bcce719dc371f4a246b10b78d05b9be5521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "glob"
version = "0.3.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/glob"
repository = "https://github.com/rust-lang/glob"
documentation = "https://docs.rs/glob/0.3.0"
description = """
Support for matching file paths against Unix shell style patterns.
"""
categories = ["filesystem"]

[dev-dependencies]
tempdir = "0.3"