summaryrefslogtreecommitdiff
path: root/subprojects/thiserror/impl
AgeCommit message (Collapse)Author
2025-12-22port to meson cargoHEADmasterfeature/port-to-meson-cargoJohn Turner
Use the new unstable meson cargo support. This simplifies the meson.build script and allows to use crates such as clap that require picking up features from Cargo.toml. This also allows us to not embed thiserror in subprojects, and instead use a wrap file with a custom meson.build and some patches to make it compile without running its build.rs script.
2025-11-15add meson supportJohn Turner
2025-11-15Merge commit '6eba9cd92c295c5389944f6adda1f1e83b2cb008' as ↵John Turner
'subprojects/thiserror'