From d8bb99733da67a9148ca706e3fe0f10df94a737a Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Thu, 19 Nov 2020 11:12:54 +0200 Subject: [PATCH] Add descriptions for `cargo publish` --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d6f32a6..acf2d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "1.22.8" authors = ["Gal Schlezinger "] edition = "2018" build = "build.rs" +license = "GPLv3" +description = "Fast and simple Node.js version manager" [dependencies] serde = { version = "1.0.117", features = ["derive"] }