mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
0c2e384287
Publish the Hindsight MIT license and generated third-party license notices alongside the Rust CLI release assets. Generate the manifest from Cargo.lock with cargo-about and preserve the complete dependency license text. Run generation and verification in the Rust CLI PR test job so unsupported license expressions fail before a release tag. Generate the platform-independent manifest once in the Linux amd64 release job and fail if required assets are missing before publishing. Disable ClearlyDefined lookups to keep CI generation deterministic. Fixes #3446
12 lines
199 B
TOML
12 lines
199 B
TOML
# License IDs accepted from the Cargo.lock dependency graph.
|
|
accepted = [
|
|
"Apache-2.0",
|
|
"BSD-3-Clause",
|
|
"ISC",
|
|
"MIT",
|
|
"MPL-2.0",
|
|
"Unicode-3.0",
|
|
"Unlicense",
|
|
"Zlib",
|
|
]
|