Skip to content

Commit 0248030

Browse files
committed
build: update license in cargo.toml
1 parent 162de8e commit 0248030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ edition = "2021"
66
description = "Fast WHATWG Compliant URL parser"
77
readme = "README.md"
88
repository = "https://github.com/ada-url/rust"
9-
license = "MIT AND APACHE-2.0"
9+
license = "MIT OR Apache-2.0"
10+
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**", "deps/**"]
1011
exclude = [".github"]
1112

1213
[[bench]]

0 commit comments

Comments
 (0)