From e7f2fc92c8fd64485d635b1cc7b0c2897d78bc69 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 23 Jul 2024 17:24:16 +0200 Subject: rules-rust: add interoperability tutorials --- doc/interoperability/c-from-rust/TARGETS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/interoperability/c-from-rust/TARGETS (limited to 'doc/interoperability/c-from-rust/TARGETS') diff --git a/doc/interoperability/c-from-rust/TARGETS b/doc/interoperability/c-from-rust/TARGETS new file mode 100644 index 0000000..821f46c --- /dev/null +++ b/doc/interoperability/c-from-rust/TARGETS @@ -0,0 +1,7 @@ +{ "main": + { "type": ["@", "rules-rust", "rust", "binary"] + , "name": ["main"] + , "crate_root": ["main.rs"] + , "deps": [["foo", "foo"]] + } +} -- cgit v1.2.3