diff --git a/Cargo.toml b/Cargo.toml index 2cc6d53..f9ad8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -publish = false name = "ripgrep" version = "0.1.0" #:version authors = ["Andrew Gallant "] description = """ -Line oriented search tool using Rust's regex library. +Line oriented search tool using Rust's regex library. Combines the raw +performance of grep with the usability of the silver searcher. """ documentation = "https://github.com/BurntSushi/ripgrep" homepage = "https://github.com/BurntSushi/ripgrep"