Skip to content
Snippets Groups Projects
Commit 74f6a89e authored by Stephen D's avatar Stephen D
Browse files

add readme and update cargo.toml

parent ed55d5b4
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
name = "cargo-gg"
version = "0.1.0"
edition = "2021"
repository = "https://gitlab.scd31.com/stephen/cargo-gg"
license = "MIT"
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
readme = "README.md"
[dependencies]
anyhow = "1.0.95"
# cargo-goodgirl
Sometimes getting Rust projects to compile is hard! Wouldn't it be nice if your computer rewarded you by calling you a good girl?
## How it works
1. Install with `cargo install cargo-gg`
1. Use `gg` as a wrapper (e.g. `cargo gg run`
1. If your project fails to build, and then it succeeds, cargo will say "Good girl!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment