Skip to content

Commit

Permalink
add package info to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Nov 19, 2018
1 parent af8ee52 commit a296226
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "i3-style"
description = "Make your i3 config a little more stylish"
version = "1.0.1"
authors = ["Tony Crisci <tony@dubstepdish.com>"]
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"
Expand Down

0 comments on commit a296226

Please sign in to comment.