summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
7 daysjust-import-cargo: always provide Cargo.toml to build_scriptsHEADmasterKlaus Aehlig
As more and more build scripts use Cargo.toml, routinely provide these files as data for build scripts.
2024-11-27just-import-cargo: convert a default dict to normal dictAlberto Sartori
2024-11-27just-import-cargo: handle special case when a local repository is staged...Alberto Sartori
...in a directory with the same name of the crate. If crate "foo", version 1.0.0 is staged in directory "/dir/bar", it will reported in the output of `cargo metadata` as path+file:///dir/bar#foo@1.0.0 However, if the same crate "foo" is staged is "/dir/foo", `cargo metadata` will report path+file:///dir/foo#1.0.0
2024-07-31rules-rust: just-import-cargo: allow for '{}' as a valid repos.json template...Alberto Sartori
...to simplify the transition of a Rust-only Cargo-based project.
2024-07-12just-import-cargo: sort "srcs"Klaus Aehlig
... to have a more predictable result, allowing also for more meaningful diffs on updates.
2024-06-27just-import-cargo: rename generated targets file for defaultsKlaus Aehlig
... to avoid clashes with the existing target files when importing into a larger project.
2024-06-24just-import-git: make rust-rules default to a public upstream repositoryKlaus Aehlig
... now that the rules are published.
2024-06-24Initial commitAlberto Sartori
Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com>