nushell/crates/nu-glob/Cargo.toml
Stefan Holderbach 7d6a32c5f8
Bump to 0.79.1 dev version (#8998)
# Description

For development or hotfixes
2023-04-26 01:05:23 +02:00

17 lines
No EOL
432 B
TOML

[package]
name = "nu-glob"
version = "0.79.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"