Valentin Gosu před 5 roky
rodič
revize
1182d5d5b9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"