From 2096aff23bce7fb41331172580dcfe10e87a4775 Mon Sep 17 00:00:00 2001 From: Rob Tsuk Date: Mon, 25 Apr 2022 05:58:09 -0700 Subject: [PATCH] Add fields to manifest Fixes issue #29. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 351ddc2..15605ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "crankstart-cli" version = "0.2.5" authors = ["Rob Tsuk "] edition = "2018" +description = "A command line tool for use with [Crankstart](https://github.com/pd-rs/crankstart)." +license = "MIT" +repository = "https://github.com/pd-rs/crank" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html