mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 21:42:23 +03:00
12 lines
152 B
TOML
12 lines
152 B
TOML
[bans]
|
|
multiple-versions = 'allow'
|
|
|
|
[licenses]
|
|
private = { ignore = true }
|
|
allow = [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause",
|
|
"MIT",
|
|
"Unicode-DFS-2016",
|
|
]
|