Files
nushell/crates/nu-glob/Cargo.toml
Yash Thakur eadb8da9f7 Bump to 0.104.1 dev version (#15669)
Marks development or hotfix
2025-04-29 23:33:10 -04:00

23 lines
476 B
TOML

[package]
name = "nu-glob"
version = "0.104.1"
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
[dependencies]
[dev-dependencies]
doc-comment = "0.3"
[lints]
workspace = true