aboutsummaryrefslogtreecommitdiff
path: root/drivers/ccm-10xx/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ccm-10xx/Cargo.toml')
-rw-r--r--drivers/ccm-10xx/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ccm-10xx/Cargo.toml b/drivers/ccm-10xx/Cargo.toml
new file mode 100644
index 0000000..962afa6
--- /dev/null
+++ b/drivers/ccm-10xx/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "imxrt-drivers-ccm-10xx"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+defmt = { workspace = true, optional = true }
+ral-registers = { workspace = true }