We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162de8e commit 0248030Copy full SHA for 0248030
Cargo.toml
@@ -6,7 +6,8 @@ edition = "2021"
6
description = "Fast WHATWG Compliant URL parser"
7
readme = "README.md"
8
repository = "https://github.com/ada-url/rust"
9
-license = "MIT AND APACHE-2.0"
+license = "MIT OR Apache-2.0"
10
+include = ["src/**/*", "LICENSE-*", "README.md", "tests/**", "deps/**"]
11
exclude = [".github"]
12
13
[[bench]]
0 commit comments