Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo subprojects: don't assume each target has dependencies
Previously, creating a meson wrap with "method=cargo" for https://github.com/sunfishcode/is-terminal would fail, because its Cargo.toml contains a [target] section without dependencies. Instead, we now fall back to an empty list in case of no specified dependencies (like everywhere else in "_convert_manifest")
- Loading branch information