Skip to content

Commit

Permalink
Update Cargo.toml for first release
Browse files Browse the repository at this point in the history
Add in other important things!
  • Loading branch information
steveklabnik committed Oct 15, 2017
1 parent e91723c commit e83601d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "simple-server"
version = "0.1.0"
license = "MIT/Apache-2.0"
authors = ["steveklabnik <[email protected]>", "ashleygwilliams <[email protected]>"]
description = "a simple webserver."
repository = "https://github.com/steveklabnik/simple-server"
readme = "README.md"
categories = ["web-programming"]

[badges]
travis-ci = { repository = "steveklabnik/simple-server" }

[dependencies]
http = "0.1.0"
Expand Down

0 comments on commit e83601d

Please sign in to comment.