summaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
new file mode 100644
index 0000000..5b7ebc5
--- /dev/null
+++ b/deny.toml
@@ -0,0 +1,14 @@
+targets = [
+ { triple = "x86_64-unknown-linux-musl" },
+ { triple = "x86_64-unknown-linux-gnu" },
+]
+
+[advisories]
+yanked = "deny"
+unsound = "deny"
+
+[bans]
+
+[licenses]
+allow = ["MIT", "Apache-2.0"]
+copyleft = "deny"