From 3601e203dfb9a252cf40fef1038efdf327e23710 Mon Sep 17 00:00:00 2001 From: Simon Buchan Date: Tue, 13 Aug 2024 17:58:54 +1200 Subject: [PATCH] Update cargo.toml metadata. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1d9898c..11c7305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "pnpm-extra" version = "0.1.0" edition = "2021" +description = "A mall CLI tool that adds some pnpm commands I want" +license-file = "LICENSE" +repository = "https://github.com/simonbuchan/pnpm-extra" [dependencies] clap = { version = "4.5.15", features = ["derive"] }