From c6b35f8f2e83621b4e53ab999e5b5bf146a73aa0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 26 Jun 2024 15:46:09 +0200 Subject: Add minimal example using cargo ... including a test (for which we add python3 as test dependency). --- test/rust/cargo/TARGETS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/rust/cargo/TARGETS (limited to 'test/rust/cargo/TARGETS') diff --git a/test/rust/cargo/TARGETS b/test/rust/cargo/TARGETS new file mode 100644 index 0000000..1552a32 --- /dev/null +++ b/test/rust/cargo/TARGETS @@ -0,0 +1,8 @@ +{ "": + { "type": "install" + , "tainted": ["test"] + , "dirs": + [ [["./", "circle", ""], "circle"] + ] + } +} -- cgit v1.2.3