Explorar o código

Fix readme path

Valentin Gosu %!s(int64=5) %!d(string=hai) anos
pai
achega
1182d5d5b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"