nushell/crates/nu-glob/Cargo.toml

15 lines
427 B
TOML
Raw Normal View History

[package]
name = "nu-glob"
2022-09-27 20:14:31 +02:00
version = "0.69.0"
authors = ["The Nushell Project Developers", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
description = """
Fork of glob. Support for matching file paths against Unix shell style patterns.
"""
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-glob"
edition = "2021"
categories = ["filesystem"]
[dev-dependencies]
tempdir = "0.3"
doc-comment = "0.3"