From 74f6a89ecda4ad4b7ca9f7f5bb3ca76e14e816b2 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Tue, 14 Jan 2025 20:38:40 -0500 Subject: [PATCH] add readme and update cargo.toml --- Cargo.toml | 4 ++++ README.md | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 8edfc8d..5153bdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bb3669 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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!" -- GitLab