From 760637106cd95e543bdae59a68254bd63b1e0ad0 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 28 Jan 2017 23:50:20 -0800 Subject: Add metadata --- Cargo.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 21d5742..ddf1d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,17 @@ [package] name = "config" -version = "0.2.0" +version = "0.2.0"5 +description = "Layered configuration system for Rust applications." +homepage = "https://github.com/mehcode/config-rs" +repository = "https://github.com/mehcode/config-rs" +readme = "README.md" +keywords = [ + "config", + "configuration", + "settings", + "env", + "environment" +] authors = ["Ryan Leckey "] [features] -- cgit v1.2.3