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