cargo metadata

This commit is contained in:
Martin Algesten
2018-06-22 10:23:07 +02:00
parent 0a828bb4a5
commit 94bdfa100b
2 changed files with 15 additions and 8 deletions

View File

@@ -2,6 +2,12 @@
name = "ureq"
version = "0.1.0"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "Minimal HTTP request library"
license = "MIT/Apache-2.0"
repository = "https://github.com/algesten/ureq"
readme = "README.md"
keywords = ["web", "request", "http", "rest", "client"]
categories = ["web-programming::http-client"]
[dependencies]
ascii = "0.9"