aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-08-06 21:02:20 -0400
committerJesse Luehrs <doy@tozt.net>2023-08-06 21:02:20 -0400
commitd9a3a39936e2b9fee8251120d36313585b9907bc (patch)
treebde476e5cb6aa7e4b886adb99977fbedcdc713b1
parent3cd024abaf3a93ed9cea246638caae4670c7f3c6 (diff)
downloadttyrec-main.tar.gz
ttyrec-main.zip
cargo denyHEADmain
-rw-r--r--deny.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/deny.toml b/deny.toml
index c6dee92..351151b 100644
--- a/deny.toml
+++ b/deny.toml
@@ -1,6 +1,8 @@
targets = [
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "x86_64-unknown-linux-gnu" },
+ { triple = "x86_64-apple-darwin" },
+ { triple = "aarch64-apple-darwin" },
]
[advisories]
@@ -8,8 +10,9 @@ yanked = "deny"
unsound = "deny"
[bans]
+multiple-versions = "deny"
+wildcards = "deny"
[licenses]
-allow = ["MIT", "Apache-2.0"]
-unused-allowed-license = "allow"
+allow = ["MIT"]
copyleft = "deny"