diff --git a/Cargo.lock b/Cargo.lock index 278f1ce..f022ff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,23 +786,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sig-rs" -version = "0.1.0" -dependencies = [ - "anyhow", - "clap", - "futures", - "futures-timer", - "grep", - "promkit", - "rayon", - "regex", - "strip-ansi-escapes", - "tokio", - "tokio-util", -] - [[package]] name = "signal-hook" version = "0.3.17" @@ -833,6 +816,23 @@ dependencies = [ "libc", ] +[[package]] +name = "sigrs" +version = "0.1.0" +dependencies = [ + "anyhow", + "clap", + "futures", + "futures-timer", + "grep", + "promkit", + "rayon", + "regex", + "strip-ansi-escapes", + "tokio", + "tokio-util", +] + [[package]] name = "slab" version = "0.4.9" diff --git a/Cargo.toml b/Cargo.toml index a8d30f6..3b520f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] -name = "sig-rs" +name = "sigrs" version = "0.1.0" authors = ["ynqa "] edition = "2021" -description = "Interactive grep for streaming" +description = "Interactive grep (for streaming)" repository = "https://github.com/ynqa/sig" license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index e4bb57c..4c491d0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ brew install ynqa/tap/sig ### Cargo ```bash -cargo install sig-rs +cargo install sigrs ``` ## Keymap