Skip to content

Commit

Permalink
Merge pull request #11 from gwenn/cargo-categories
Browse files Browse the repository at this point in the history
Add Cargo category and badges
  • Loading branch information
murarth committed Aug 13, 2017
2 parents ad2184e + e4698ca commit 731725f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ documentation = "https://docs.rs/linefeed/"
homepage = "https://github.com/murarth/linefeed"
repository = "https://github.com/murarth/linefeed"

categories = ["command-line-interface"]
keywords = ["console", "terminal", "input", "readline"]
license = "MIT/Apache-2.0"
readme = "README.md"

[badges]
travis-ci = { repository = "murarth/linefeed" }

[dependencies]
libc = "0.2"
unicode-width = "0.1.4"
Expand Down

0 comments on commit 731725f

Please sign in to comment.