summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 19:50:21 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-10 19:50:21 -0400
commit705386934dc9ffe2302bb6924fed6d0211ef2085 (patch)
tree097ab7d11b870fc8ec0bd4598ed531512f24c61b
parent97bbc6ef1194ead9cb673fc325f0f943cef6475e (diff)
Fill in globset/Cargo.toml with more details.
-rw-r--r--globset/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 67a954dd..f0893256 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -2,6 +2,17 @@
name = "globset"
version = "0.1.0"
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]
name = "globset"