Skip to content

Commit

Permalink
update Cargo.toml description
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Sep 14, 2016
1 parent 5fdfae2 commit 7cd02e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7cd02e9

Please sign in to comment.