Files
nushell/crates/nu-glob/Cargo.toml
Solomon c5a14bb8ff check signals in nu-glob and ls (#15140)
Fixes #10144

# User-Facing Changes

Long running glob expansions and `ls` runs (e.g. `ls /**/*`) can now be
interrupted with ctrl-c.
2025-02-28 19:36:39 +01:00

23 lines
564 B
TOML

[package]
name = "nu-glob"
version = "0.102.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]
nu-protocol = { path = "../nu-protocol", version = "0.102.1", default-features = false }
[dev-dependencies]
doc-comment = "0.3"
[lints]
workspace = true