Files
vectorize-io__hindsight/hindsight-cli/about.toml
T
Sanderhoff-alt 0c2e384287 fix(release): ship Rust CLI license notices (#3447)
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
2026-08-13 09:39:32 +02:00

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",
]