Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagrunert committed Feb 1, 2017
1 parent 843ebf3 commit 7955929
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rain"
version = "0.2.2"
version = "0.3.0"
license = "MIT"
readme = "README.md"
keywords = ["log", "logger", "vertical", "terminal", "graph"]
Expand All @@ -9,6 +9,12 @@ repository = "https://github.com/saschagrunert/rain"
homepage = "https://github.com/saschagrunert/rain"
documentation = "https://docs.rs/rain"
description = "Visualize vertical data inside your terminal."
categories = ["command-line-utilities"]
license-file = "LICENSE"

[badges]
travis-ci = { repository = "saschagrunert/rain", branch = "master" }
appveyor = { repository = "saschagrunert/rain", branch = "master", service = "github" }

[dependencies]
log = "0"
Expand Down

0 comments on commit 7955929

Please sign in to comment.