From 7cd02e9b7e161fb6a85c7391650d5db1f3890aa0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 13 Sep 2016 21:16:18 -0400 Subject: [PATCH] update Cargo.toml description --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2cc6d530c..f9ad8b39a 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"