mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-21 12:13:11 +00:00
chore(deny): allow Zlib license in cargo-deny configuration (#1411)
This commit is contained in:
parent
ab6b1feaec
commit
69e0cd2fc4
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ allow = [
|
||||||
"MIT",
|
"MIT",
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
"WTFPL",
|
"WTFPL",
|
||||||
|
"Zlib",
|
||||||
]
|
]
|
||||||
|
|
||||||
[advisories]
|
[advisories]
|
||||||
|
|
Loading…
Reference in a new issue