diff --git a/globset/Cargo.toml b/globset/Cargo.toml index f0893256..1106d923 100644 --- a/globset/Cargo.toml +++ b/globset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "globset" -version = "0.1.0" +version = "0.0.1" #:version authors = ["Andrew Gallant "] description = """ Cross platform single glob and glob set matching. Glob set matching is the @@ -10,7 +10,7 @@ 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" +readme = "README.md" keywords = ["regex", "glob", "multiple", "set", "pattern"] license = "Unlicense/MIT"