Files
openide/native/XPlatLauncher/about.toml
Roman Shevchenko 10d2b888ce [platform] adding a full list of targets to cargo-about config to generate one common 3rd-party licenses report
GitOrigin-RevId: d3a2543197b7866dcf45e0052c868f7dc207bf02
2024-05-08 19:44:55 +00:00

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