34 lines
643 B
TOML
34 lines
643 B
TOML
# Configuration for `cargo about generate`, which produces the
|
|
# THIRD-PARTY-LICENSES.txt shipped alongside every coursebank binary.
|
|
|
|
accepted = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"ISC",
|
|
"Zlib",
|
|
"Unicode-3.0",
|
|
"Unicode-DFS-2016",
|
|
"BSL-1.0",
|
|
"CDLA-Permissive-2.0",
|
|
"0BSD",
|
|
"Unlicense",
|
|
"CC0-1.0",
|
|
]
|
|
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin",
|
|
]
|
|
|
|
ignore-build-dependencies = true
|
|
ignore-dev-dependencies = true
|
|
|
|
private = { ignore = true }
|
|
|
|
workarounds = [
|
|
"unicode-ident",
|
|
] |