diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-13 21:04:53 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-13 21:04:53 -0500 |
| commit | e2901288036cfb3557a6855f56998ce0881b2afc (patch) | |
| tree | 9ddb89506626b86ffb76ac67431fa54010be6f1d /deny.toml | |
| parent | a0fc4c9d826034363c7418e363d3ab3ae7249fea (diff) | |
Setup cargo-deny
Diffstat (limited to 'deny.toml')
| -rw-r--r-- | deny.toml | 7 |
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 |
