Update the Cargo.toml
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user