From cbb4216d7a49e2774b439763b880d3d6ae4cd059 Mon Sep 17 00:00:00 2001 From: librelois Date: Sun, 28 Mar 2021 21:18:02 +0200 Subject: [PATCH] ci: configure cargo deny --- deny.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 7ea098a..0be9699 100644 --- a/deny.toml +++ b/deny.toml @@ -17,7 +17,7 @@ skip-tree = [ [licenses] unlicensed = "deny" # We want really high confidence when inferring licenses from text -confidence-threshold = 0.92 +confidence-threshold = 0.8 allow = [ "AGPL-3.0", "Apache-2.0", @@ -48,3 +48,7 @@ license-files = [ [sources] unknown-registry = "deny" unknown-git = "deny" +allow-git = [ + "https://git.duniter.org/libs/dubp-rs-client-lib", + "https://git.duniter.org/nodes/typescript/duniter" +] \ No newline at end of file