From 3b7698100790bbf34e86841a9686d25700467f2c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 28 Mar 2016 18:11:35 -0400 Subject: [PATCH] rename to xrep --- Cargo.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24b3461..a20d60a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] -name = "rep" +publish = false +name = "xrep" version = "0.1.0" #:version authors = ["Andrew Gallant "] description = """ Line oriented search tool using Rust's regex library. """ -documentation = "https://github.com/BurntSushi/rep" -homepage = "https://github.com/BurntSushi/rep" -repository = "https://github.com/BurntSushi/rep" +documentation = "https://github.com/BurntSushi/xrep" +homepage = "https://github.com/BurntSushi/xrep" +repository = "https://github.com/BurntSushi/xrep" readme = "README.md" keywords = ["regex", "grep", "egrep", "search", "pattern"] license = "Unlicense/MIT" @@ -17,7 +18,7 @@ docopt = "0.6" memchr = "0.1" memmap = "0.2" regex = { version = "0.1", path = "/home/andrew/rust/regex" } -regex-syntax = { version = "0.2", path = "/home/andrew/rust/regex/regex-syntax" } +regex-syntax = { version = "0.3.1", path = "/home/andrew/rust/regex/regex-syntax" } rustc-serialize = "0.3" [profile.release]