diff --git a/.deny.toml b/.deny.toml index b02f2046..b6680ba6 100644 --- a/.deny.toml +++ b/.deny.toml @@ -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" diff --git a/deny.toml b/deny.toml deleted file mode 100644 index e4e32a2b..00000000 --- a/deny.toml +++ /dev/null @@ -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"]