Files
Notes/notes-service/vendor/glob/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

19 lines
462 B
TOML

[package]
name = "glob"
version = "0.3.4"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/glob"
repository = "https://github.com/rust-lang/glob"
documentation = "https://docs.rs/glob"
description = """
Support for matching file paths against Unix shell style patterns.
"""
categories = ["filesystem"]
edition = "2021"
rust-version = "1.63.0"
[dev-dependencies]
tempfile = "3"
doc-comment = "0.3"