ソースを参照

Fix readme path

Valentin Gosu 5 年 前
コミット
1182d5d5b9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      url/Cargo.toml

+ 1 - 1
url/Cargo.toml

@@ -8,7 +8,7 @@ authors = ["The rust-url developers"]
 description = "URL library for Rust, based on the WHATWG URL Standard"
 documentation = "https://docs.rs/url"
 repository = "https://github.com/servo/rust-url"
-readme = "README.md"
+readme = "../README.md"
 keywords = ["url", "parser"]
 categories = ["parser-implementations", "web-programming", "encoding"]
 license = "MIT/Apache-2.0"