Skip to content

Commit

Permalink
Prepare for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Jan 22, 2017
1 parent dd10c8e commit 465cd33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "rsass"
version = "0.1.0"
authors = ["Rasmus Kaj <kaj@kth.se>"]
categories = ["command-line-utilities", "web-programming"]
keywords = ["scss", "sass", "css"]
description = "Early-stage sass implementation in pure rust"
repository = "https://github.com/kaj/rsass"
readme = "README.md"
license = "MIT/Apache-2.0"

[dependencies]
clap = "^2.19"
Expand All @@ -10,3 +16,6 @@ nom = "^2.0"
num-rational = "^0.1"
num-traits = "^0.1"
rand = "^0.3"

[badges]
travis-ci = { repository = "kaj/rsass" }

0 comments on commit 465cd33

Please sign in to comment.