Skip to content

Commit a296226

Browse files
author
Tony Crisci
committed
add package info to Cargo.toml
1 parent af8ee52 commit a296226

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[package]
22
name = "i3-style"
3+
description = "Make your i3 config a little more stylish"
34
version = "1.0.1"
45
authors = ["Tony Crisci <tony@dubstepdish.com>"]
6+
license = "BSD-2-Clause"
7+
repository = "https://github.com/acrisci/i3-style"
58
build = "build.rs"
6-
include = ["./themes"]
9+
exclude = ["legacy/*", "test-resources/*"]
710

811
[dependencies]
912
yaml-rust = "0.4"

0 commit comments

Comments
 (0)