From a296226a6a17516bf6ffdfeef5c0c60cdea063d8 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Mon, 19 Nov 2018 18:32:15 -0500 Subject: [PATCH] add package info to Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 522342b..03f3081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "i3-style" +description = "Make your i3 config a little more stylish" version = "1.0.1" authors = ["Tony Crisci "] +license = "BSD-2-Clause" +repository = "https://github.com/acrisci/i3-style" build = "build.rs" -include = ["./themes"] +exclude = ["legacy/*", "test-resources/*"] [dependencies] yaml-rust = "0.4"