From 13e6c20e6c9c0d55178e9e954565c526bd4e42db Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 23 Jan 2023 10:31:07 +0100 Subject: [PATCH] Add metadata to Cargo.toml --- Cargo.toml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 779b314..97f9707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "nenv" version = "0.4.0" +authors = ["trivernis "] edition = "2021" +license = "GPL-3.0" +description = "A low permission nodejs environment manager." +readme = "README.md" +repository = "https://github.com/Trivernis/nenv" +keywords = ["nodejs", "tools"] +categories = ["command-line-utilities", "development-tools"] [[bin]] diff --git a/README.md b/README.md index fb8f932..5906de5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nenv -Node environment manager written in rust. +A Node environment manager written in rust. ## Features