mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -07:00
Fill in globset/Cargo.toml with more details.
This commit is contained in:
@@ -2,6 +2,17 @@
|
|||||||
name = "globset"
|
name = "globset"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
|
description = """
|
||||||
|
Cross platform single glob and glob set matching. Glob set matching is the
|
||||||
|
process of matching one or more glob patterns against a single candidate path
|
||||||
|
simultaneously, and returning all of the globs that matched.
|
||||||
|
"""
|
||||||
|
documentation = "https://docs.rs/globset"
|
||||||
|
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
|
||||||
|
repository = "https://github.com/BurntSushi/ripgrep/tree/master/globset"
|
||||||
|
readme = "globset/README.md"
|
||||||
|
keywords = ["regex", "glob", "multiple", "set", "pattern"]
|
||||||
|
license = "Unlicense/MIT"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "globset"
|
name = "globset"
|
||||||
|
Reference in New Issue
Block a user