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"