|
@@ -11,7 +11,7 @@ repository = "https://github.com/servo/rust-url"
|
|
|
readme = "../README.md"
|
|
readme = "../README.md"
|
|
|
keywords = ["url", "parser"]
|
|
keywords = ["url", "parser"]
|
|
|
categories = ["parser-implementations", "web-programming", "encoding"]
|
|
categories = ["parser-implementations", "web-programming", "encoding"]
|
|
|
-license = "MIT/Apache-2.0"
|
|
|
|
|
|
|
+license = "MIT OR Apache-2.0"
|
|
|
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
|
|
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
|
|
|
edition = "2018"
|
|
edition = "2018"
|
|
|
rust-version = "1.45"
|
|
rust-version = "1.45"
|