aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 00:42:12 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 00:42:12 -0400
commit2c4bc6762db661011f4d13a858dae8f8dd72fcc2 (patch)
treef22e7ed7f14280af5dc6e363409f16cb9f8d92ec
parent02b3386ed62e5bc7b4ebe0256665b5a7d424b336 (diff)
downloadfancy-prompt-2c4bc6762db661011f4d13a858dae8f8dd72fcc2.tar.gz
fancy-prompt-2c4bc6762db661011f4d13a858dae8f8dd72fcc2.zip
add cargo deny config
-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..9dd9abc
--- /dev/null
+++ b/deny.toml
@@ -0,0 +1,7 @@
+[advisories]
+yanked = "deny"
+unsound = "deny"
+
+[licenses]
+allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"]
+copyleft = "deny"