mirror of
https://gitee.com/openharmony/third_party_rust_glob
synced 2024-11-26 17:20:25 +00:00
8640d936fc
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
18 lines
429 B
TOML
18 lines
429 B
TOML
[package]
|
|
|
|
name = "glob"
|
|
version = "0.3.1"
|
|
authors = ["The Rust Project Developers"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/rust-lang/glob"
|
|
repository = "https://github.com/rust-lang/glob"
|
|
documentation = "https://docs.rs/glob/0.3.1"
|
|
description = """
|
|
Support for matching file paths against Unix shell style patterns.
|
|
"""
|
|
categories = ["filesystem"]
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|
|
doc-comment = "0.3"
|