chore(deny): add CC0-1.0 to cargo-deny config

This commit is contained in:
Orhun Parmaksız 2023-05-29 19:40:24 +03:00
parent 2d630d388f
commit 728b72079d
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -9,7 +9,8 @@ allow = [
"BSL-1.0", "BSL-1.0",
"MPL-2.0", "MPL-2.0",
"ISC", "ISC",
"Unicode-DFS-2016" "Unicode-DFS-2016",
"CC0-1.0",
] ]
[sources] [sources]