Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: tidy up and minimize .cargo/deny.toml
Lars Wirzenius committed 8 months ago
commit 96c3b53309caebc74e1339982c19ee00a6162538
parent e0ffdbc
1 file changed +20 -0
added .cargo/deny.toml
@@ -0,0 +1,20 @@
+
[advisories]
+
version = 2
+
yanked = "warn"
+
ignore = [
+
    "RUSTSEC-2024-0370",
+
]
+

+
[licenses]
+
version = 2
+
allow = [
+
    "MIT",
+
    "MIT-0",
+
    "Apache-2.0",
+
    "Unicode-3.0",
+
    "BSD-3-Clause",
+
    "GPL-3.0-or-later",
+
]
+

+
[bans]
+
multiple-versions = "allow"