summaryrefslogtreecommitdiff
path: root/test/rust/TARGETS
AgeCommit message (Collapse)Author
2024-06-27Add minimal example using cargoKlaus Aehlig
... including a test (for which we add python3 as test dependency).
2024-06-25Import rust rules and add a minimal exampleKlaus T. Aehlig
Note that the PATH for rust targets also has to include that for the C compiler and hence also coreutils, as the rust compiler calls out to `cc`.