aboutsummaryrefslogtreecommitdiff
path: root/drivers/iomuxc-11xx/Cargo.toml
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-11-30 18:52:34 -0500
committerIan McIntyre <me@mciantyre.dev>2025-11-30 19:10:51 -0500
commit76199f21616ad86cf68f3b063c1ce23c6fc5a52f (patch)
tree4c076d0afd649803a2bd9a5ed5cbb1f1c74fb459 /drivers/iomuxc-11xx/Cargo.toml
First commit
Diffstat (limited to 'drivers/iomuxc-11xx/Cargo.toml')
-rw-r--r--drivers/iomuxc-11xx/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/iomuxc-11xx/Cargo.toml b/drivers/iomuxc-11xx/Cargo.toml
new file mode 100644
index 0000000..90c607a
--- /dev/null
+++ b/drivers/iomuxc-11xx/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "imxrt-drivers-iomuxc-11xx"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+ral-registers = { workspace = true }