forked from extern/nushell
88a890c11f
# Description This bumps nushell to the dev version of 0.83.1 and updates the default config files with the proper version. # User-Facing Changes # Tests + Formatting # After Submitting
17 lines
432 B
TOML
17 lines
432 B
TOML
[package]
|
|
name = "nu-glob"
|
|
version = "0.83.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
|
|
|
|
[dev-dependencies]
|
|
doc-comment = "0.3" |