From 705386934dc9ffe2302bb6924fed6d0211ef2085 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 10 Oct 2016 19:50:21 -0400 Subject: [PATCH] Fill in globset/Cargo.toml with more details. --- globset/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 "] +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"