aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml3+2 −1
1 files changed, 2 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 3cd37da..cc39732 100644
--- a/deny.toml
+++ b/deny.toml
@@ -22,10 +22,11 @@ allow = [
]
exceptions = [
# The project itself is distributed under the AGPL, but avoid it in dependencies
+ { crate = "xtask", allow = ["AGPL-3.0-or-later"] },
{ crate = "base", allow = ["AGPL-3.0-or-later"] },
{ crate = "repos", allow = ["AGPL-3.0-or-later"] },
{ crate = "smoke", allow = ["AGPL-3.0-or-later"] },
- { crate = "tesor", allow = ["AGPL-3.0-or-later"] },
+ { crate = "recluse", allow = ["AGPL-3.0-or-later"] },
]
unused-allowed-license = "allow"