From f0f612f07ae379887da2751a4314369f09add50e Mon Sep 17 00:00:00 2001 From: Freyskeyd Date: Thu, 12 Oct 2017 13:35:34 +0200 Subject: [PATCH] improve cargo.toml Signed-off-by: Freyskeyd --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2bd693f..9007166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,8 @@ name = "environment" version = "0.1.0" authors = ["Freyskeyd "] +description = "Helper to deal with environment variables." +license = "MIT" + [dependencies]