From b6477cf71a86a026bfd81216da23407895150366 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 16 Jun 2017 14:31:25 -0700 Subject: Add 'config' category to Cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e698173..67d6ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/mehcode/config-rs" readme = "README.md" keywords = ["config", "configuration", "settings", "env", "environment"] authors = ["Ryan Leckey "] +categories = ["config"] license = "MIT/Apache-2.0" [features] -- cgit v1.2.3