aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-12 03:34:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-12 03:34:24 -0500
commit611e7c9d5c51616f5ba7cf428b2d32a35fcceba0 (patch)
treeaa7bb6a02a9b6b8471a35355199b342554c69ae5
parenta0612445e3225324276632e38928e505307d0a96 (diff)
downloadvt100-rust-611e7c9d5c51616f5ba7cf428b2d32a35fcceba0.tar.gz
vt100-rust-611e7c9d5c51616f5ba7cf428b2d32a35fcceba0.zip
cargo deny config
-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"