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/rust-from-c/foo/TARGETS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/interoperability/rust-from-c/foo/TARGETS (limited to 'doc/interoperability/rust-from-c/foo/TARGETS') diff --git a/doc/interoperability/rust-from-c/foo/TARGETS b/doc/interoperability/rust-from-c/foo/TARGETS new file mode 100644 index 0000000..8d19b35 --- /dev/null +++ b/doc/interoperability/rust-from-c/foo/TARGETS @@ -0,0 +1,9 @@ +{ "foo": + { "type": ["@", "rules-rust", "rust", "library"] + , "name": ["foo"] + , "crate_root": ["foo.rs"] + , "native": ["true"] + , "c_hdrs": ["foo.h"] + , "stage": ["foo"] + } +} -- cgit v1.2.3