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"] }