فهرست منبع

Add some metadata for crates.io.

Simon Sapin 12 سال پیش
والد
کامیت
de544aa2c4
1فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  1. 9 1
      Cargo.toml

+ 9 - 1
Cargo.toml

@@ -1,8 +1,16 @@
 [package]
 [package]
 
 
 name = "url"
 name = "url"
-version = "0.1.0"
+version = "0.1.1"
 authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
 authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
 
 
+description = "URL parser for Rust"
+documentation = "http://servo.github.io/rust-url/url/index.html"
+repository = "https://github.com/servo/rust-url"
+readme = "README.md"
+keywords = ["url", "parser"]
+license = "MIT/Apache-2.0"
+
+
 [dependencies]
 [dependencies]
 encoding = "0.2"
 encoding = "0.2"