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/kernel/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/kernel/Cargo.toml') diff --git a/rust/kernel/Cargo.toml b/rust/kernel/Cargo.toml index d7f6b5aa375d..fca60a4635ca 100644 --- a/rust/kernel/Cargo.toml +++ b/rust/kernel/Cargo.toml @@ -9,6 +9,7 @@ publish = false [dependencies] bitflags = "1" +module = { path = "../module" } [build-dependencies] bindgen = "0.54" -- cgit v1.2.3