summaryrefslogtreecommitdiffstats
path: root/rust/kernel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/Cargo.toml')
-rw-r--r--rust/kernel/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"