summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-13 21:04:53 -0500
committerMicha White <botahamec@outlook.com>2023-02-13 21:04:53 -0500
commite2901288036cfb3557a6855f56998ce0881b2afc (patch)
tree9ddb89506626b86ffb76ac67431fa54010be6f1d /deny.toml
parenta0fc4c9d826034363c7418e363d3ab3ae7249fea (diff)
Setup cargo-deny
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
new file mode 100644
index 0000000..59a150b
--- /dev/null
+++ b/deny.toml
@@ -0,0 +1,7 @@
+[licenses]
+allow = ["MIT", "Zlib", "Unlicense"]
+default = "allow"
+copyleft = "deny"
+
+[licenses.private]
+ignore = true \ No newline at end of file