update Cargo.* and README
This commit is contained in:
parent
190a6da127
commit
a55a3e2a32
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo-gg"
|
name = "cargo-ge"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-gg"
|
name = "cargo-ge"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://gitlab.scd31.com/stephen/cargo-gg"
|
repository = "https://git.calitabby.net/crispycat/cargo-ge"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
|
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Calls you a good girl when your cargo command succeeds (after it failed previously)"
|
description = "Calls you a good enby when your cargo command succeeds (after it failed previously)"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
|
@ -4,6 +4,6 @@ Sometimes getting Rust projects to compile is hard! Wouldn't it be nice if your
|
|||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
1. Install with `cargo install cargo-ge`
|
1. Install with `cargo install --path .`
|
||||||
1. Use `ge` as a wrapper (e.g. `cargo ge run` to run your Rust project)
|
1. Use `ge` as a wrapper (e.g. `cargo ge run` to run your Rust project)
|
||||||
1. If your project fails to build, and then it succeeds, cargo will say "Good enby!"
|
1. If your project fails to build, and then it succeeds, cargo will say "Good enby!"
|
||||||
|
Loading…
Reference in New Issue
Block a user