mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
25 lines
577 B
TOML
25 lines
577 B
TOML
targets = [
|
|
"x86_64-pc-windows-msvc",
|
|
"aarch64-pc-windows-msvc",
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-unknown-linux-gnu",
|
|
"aarch64-unknown-linux-gnu",
|
|
]
|
|
|
|
accepted = [
|
|
"Apache-2.0",
|
|
"MIT",
|
|
"ISC", # libloading, MIT / Apache 2.0 alike
|
|
"Unicode-DFS-2016" # jni -> [..] -> unicode-ident, OSI-approved
|
|
]
|
|
|
|
# do not warn for our own crates
|
|
private = { ignore = true }
|
|
|
|
# build / dev dependencies are not shipped as part of the launcher
|
|
ignore-build-dependencies = true
|
|
ignore-dev-dependencies = true
|
|
|
|
no-clearly-defined = true
|