Update the Cargo.toml

This commit is contained in:
Carl Lerche
2018-01-11 21:21:53 -08:00
parent 1c8abf50df
commit 54f300907f

View File

@@ -1,17 +1,20 @@
[package]
name = "h2"
version = "0.1.0"
version = "0.1.0" # remember to update html_root_url
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "An HTTP/2.0 client and server"
documentation = "https://docs.rs/h2"
homepage = "https://github.com/carllerche/h2"
repository = "https://github.com/carllerche/h2"
readme = "README.md"
keywords = ["http", "async", "non-blocking"]
categories = ["asynchronous", "web-programming", "network-programming"]
[badges.travis-ci]
repository = "carllerche/h2"
branch = "master"
[badges.codecov]
repository = "carllerche/h2"
branch = "master"
service = "github"
[features]
# Enables **unstable** APIs. Any API exposed by this feature has no backwards