summaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-04 22:59:06 -0500
committerJesse Luehrs <doy@tozt.net>2022-03-04 22:59:06 -0500
commit54bca140d2769d1e3174d40523807ad5a728518c (patch)
tree0fe30dec3b2d849ae5ebb53923db4e7ea5773f21 /deny.toml
parent07245b2a74d28f612b99eea180283ba7b74207a0 (diff)
downloadnbsh-54bca140d2769d1e3174d40523807ad5a728518c.tar.gz
nbsh-54bca140d2769d1e3174d40523807ad5a728518c.zip
cargo deny configuration updates
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 5b7ebc5..90446c7 100644
--- a/deny.toml
+++ b/deny.toml
@@ -10,5 +10,5 @@ unsound = "deny"
[bans]
[licenses]
-allow = ["MIT", "Apache-2.0"]
+allow = ["MIT", "Apache-2.0", "ISC", "CC0-1.0"]
copyleft = "deny"