From 7031f9f82b9a10500e8a6483ed4733af9d009e1b Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sun, 13 Nov 2022 01:04:14 +0100 Subject: [PATCH] Add cargo-deny configuration --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 deny.toml diff --git a/deny.toml b/deny.toml new file mode 100644 index 0000000..16fd59f --- /dev/null +++ b/deny.toml @@ -0,0 +1,3 @@ +[licenses] +allow-osi-fsf-free = "both" +allow = ["Unicode-DFS-2016", "CC0-1.0"]