Skip to content

Commit 3dfa930

Browse files
committed
chore: Setup cargo-deny
1 parent 1f08585 commit 3dfa930

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[graph]
2+
all-features = true
3+
exclude-dev = true
4+
5+
# Not exhaustive, just whitelist the current dependency tree
6+
[licenses]
7+
allow = ["Apache-2.0", "MIT", "Unicode-3.0"]

0 commit comments

Comments
 (0)