summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-13 21:16:18 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-13 21:16:29 -0400
commit7cd02e9b7e161fb6a85c7391650d5db1f3890aa0 (patch)
tree427e709987723abb1fa659efac9452a430b199c8 /Cargo.toml
parent5fdfae2f15da8aa85b6c585c4022cf1955c74b8d (diff)
update Cargo.toml description0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2cc6d530..f9ad8b39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
[package]
-publish = false
name = "ripgrep"
version = "0.1.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
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"