There was an error while loading. Please reload this page.
1 parent 4cec62b commit 830a15fCopy full SHA for 830a15f
1 file changed
deny.toml
@@ -93,6 +93,7 @@ allow = [
93
"Apache-2.0 WITH LLVM-exception",
94
"Apache-2.0",
95
"CC0-1.0",
96
+ "CDLA-Permissive-2.0",
97
"ISC",
98
"MIT",
99
"MPL-2.0",
@@ -237,7 +238,10 @@ unknown-git = "warn"
237
238
# if not specified. If it is specified but empty, no registries are allowed.
239
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
240
# List of URLs for allowed Git repositories
-allow-git = []
241
+allow-git = [
242
+ "https://github.com/Blockstream/lwk",
243
+ "https://github.com/BlockstreamResearch/rust-simplicity",
244
+]
245
246
[sources.allow-org]
247
# github.com organizations to allow git sources for
0 commit comments