From 493d0d6440128a42b81fa4797212bf5966b9f54f Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Sat, 12 Sep 2020 14:38:29 +0200 Subject: Parameter support To have more flexibility, switch to a procedural macro instead. Signed-off-by: Miguel Ojeda --- rust/module/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rust/module/Cargo.toml (limited to 'rust/module/Cargo.toml') diff --git a/rust/module/Cargo.toml b/rust/module/Cargo.toml new file mode 100644 index 000000000000..c61e6d2c192c --- /dev/null +++ b/rust/module/Cargo.toml @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 + +[package] +name = "module" +version = "0.1.0" +authors = ["Rust for Linux Contributors"] +edition = "2018" +publish = false + +[lib] +proc-macro = true + -- cgit v1.2.3