mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-08 20:09:44 +00:00
fmt and add deny exception
This commit is contained in:
parent
b4b73ec61c
commit
39d48fe9fc
5 changed files with 5 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -133,7 +133,7 @@ confidence-threshold = 0.8
|
|||
# aren't accepted for every possible crate as with the normal allow list
|
||||
exceptions = [
|
||||
# Cuprate (AGPL-3.0)
|
||||
# { allow = ["AGPL-3.0"], name = "cuprated", version = "*" }
|
||||
{ allow = ["AGPL-3.0"], name = "cuprated", version = "*" }
|
||||
|
||||
# Each entry is the crate and version constraint, and its specific allow
|
||||
# list
|
||||
|
|
Loading…
Reference in a new issue