summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-13 21:13:33 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-13 21:13:33 -0400
commit7057ee91de0408b6fc06f88ec673fb140fe6d19b (patch)
treede8e2e317a2804d62cd16d9d0c3c90177038d83f /grep
parentfdca74148dbb168035f538506621e59b92766090 (diff)
update grep Cargo.toml
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index c8ad9cbf..b1d4eda5 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,12 +1,11 @@
[package]
-publish = false
name = "grep"
version = "0.1.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
"""
-documentation = "https://github.com/BurntSushi/ripgrep"
+documentation = "http://burntsushi.net/rustdoc/grep/"
homepage = "https://github.com/BurntSushi/ripgrep"
repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"