fix(deny): remove second config and add source to the original one

This commit is contained in:
Daniil Polyakov 2026-07-14 21:16:23 +03:00 committed by Marvin Jones
parent 636b044d00
commit 1437709316
2 changed files with 1 additions and 20 deletions

View File

@ -62,6 +62,7 @@ allow-git = [
"https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git",
"https://github.com/logos-blockchain/sponges",
"https://github.com/arkworks-rs/spongefish.git",
"https://github.com/keycard-tech/keycard-rs",
]
unknown-git = "deny"
unknown-registry = "deny"

View File

@ -1,20 +0,0 @@
[licenses]
allow = [
"MIT",
"Apache-2.0",
"0BSD",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"CDLA-Permissive-2.0",
"ISC",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]
[sources]
allow-git = ["https://github.com/keycard-tech/keycard-rs"]