Update the Cargo.toml
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -1,17 +1,20 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "h2"
|
name = "h2"
|
||||||
version = "0.1.0"
|
version = "0.1.0" # remember to update html_root_url
|
||||||
|
license = "MIT"
|
||||||
authors = ["Carl Lerche <me@carllerche.com>"]
|
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]
|
[badges.travis-ci]
|
||||||
repository = "carllerche/h2"
|
repository = "carllerche/h2"
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
|
||||||
[badges.codecov]
|
|
||||||
repository = "carllerche/h2"
|
|
||||||
branch = "master"
|
|
||||||
service = "github"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
||||||
# Enables **unstable** APIs. Any API exposed by this feature has no backwards
|
# Enables **unstable** APIs. Any API exposed by this feature has no backwards
|
||||||
|
|||||||
Reference in New Issue
Block a user