mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
rename to xrep
This commit is contained in:
parent
8996911681
commit
3b76981007
11
Cargo.toml
11
Cargo.toml
@ -1,13 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rep"
|
publish = false
|
||||||
|
name = "xrep"
|
||||||
version = "0.1.0" #:version
|
version = "0.1.0" #:version
|
||||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||||
description = """
|
description = """
|
||||||
Line oriented search tool using Rust's regex library.
|
Line oriented search tool using Rust's regex library.
|
||||||
"""
|
"""
|
||||||
documentation = "https://github.com/BurntSushi/rep"
|
documentation = "https://github.com/BurntSushi/xrep"
|
||||||
homepage = "https://github.com/BurntSushi/rep"
|
homepage = "https://github.com/BurntSushi/xrep"
|
||||||
repository = "https://github.com/BurntSushi/rep"
|
repository = "https://github.com/BurntSushi/xrep"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["regex", "grep", "egrep", "search", "pattern"]
|
keywords = ["regex", "grep", "egrep", "search", "pattern"]
|
||||||
license = "Unlicense/MIT"
|
license = "Unlicense/MIT"
|
||||||
@ -17,7 +18,7 @@ docopt = "0.6"
|
|||||||
memchr = "0.1"
|
memchr = "0.1"
|
||||||
memmap = "0.2"
|
memmap = "0.2"
|
||||||
regex = { version = "0.1", path = "/home/andrew/rust/regex" }
|
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"
|
rustc-serialize = "0.3"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user