2022-03-13 19:30:27 +01:00
|
|
|
[package]
|
|
|
|
name = "nu-glob"
|
2024-09-22 06:41:44 +02:00
|
|
|
version = "0.98.1"
|
2022-03-13 19:30:27 +01:00
|
|
|
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.
|
|
|
|
"""
|
2022-08-14 14:21:20 +02:00
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-glob"
|
2022-03-13 19:30:27 +01:00
|
|
|
edition = "2021"
|
|
|
|
categories = ["filesystem"]
|
|
|
|
|
2023-02-12 23:22:00 +01:00
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
2022-03-13 19:30:27 +01:00
|
|
|
[dev-dependencies]
|
2024-08-28 23:37:17 +02:00
|
|
|
doc-comment = "0.3"
|
|
|
|
|
|
|
|
[lints]
|
2024-09-22 06:41:44 +02:00
|
|
|
workspace = true
|