Skip to content

Commit 08cc332

Browse files
committed
chore: cargo deny
1 parent 711d872 commit 08cc332

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deny.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ allow = [
1919
"MIT",
2020
"Zlib",
2121
"MPL-2.0", # https://fossa.com/blog/open-source-software-licenses-101-mozilla-public-license-2-0/
22-
"Unicode-3.0"
22+
"Unicode-3.0",
23+
"Unlicense", # https://unlicense.org/
2324
]
2425

2526
[[licenses.clarify]]
@@ -38,4 +39,6 @@ ignore = [
3839
]
3940

4041
[sources]
41-
allow-git = []
42+
allow-git = [
43+
"https://github.com/n0-computer/iroh.git",
44+
]

0 commit comments

Comments
 (0)