summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-04-26 17:04:35 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-04-26 17:04:35 -0400
commit1f528f1641c63a79c324dd67b3dda5e9df9986a7 (patch)
tree839e7690dee2c89a613a3b4f327f89b61f197746 /Cargo.toml
parentab64da73ab3f73f50192459dfc1e49c6cabd9de8 (diff)
doc: update crates.io description
This brings it in line with the README.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5dc7f018..358d8ea1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,9 @@ name = "ripgrep"
version = "0.8.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
-Line oriented search tool using Rust's regex library. Combines the raw
-performance of grep with the usability of the silver searcher.
+ripgrep is a line-oriented search tool that recursively searches your current
+directory for a regex pattern while respecting your gitignore rules. ripgrep
+has first class support on Windows, macOS and Linux
"""
documentation = "https://github.com/BurntSushi/ripgrep"
homepage = "https://github.com/BurntSushi/ripgrep"