summaryrefslogtreecommitdiff
path: root/crates/nu-glob/Cargo.toml
blob: dd10f0c5ac4ab0769b503a6cca8ebe016f6568e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nu-glob"
version = "0.93.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"]

[lib]
bench = false

[dev-dependencies]
doc-comment = "0.3"