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/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/rust/TARGETS') diff --git a/test/rust/TARGETS b/test/rust/TARGETS index 713ff64..d62b2d3 100644 --- a/test/rust/TARGETS +++ b/test/rust/TARGETS @@ -3,6 +3,7 @@ , "tainted": ["test"] , "dirs": [ [["./", "hello", ""], "hello"] + , [["./", "cargo", ""], "cargo"] ] } } -- cgit v1.2.3