aboutsummaryrefslogtreecommitdiff
path: root/imxrt1010/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'imxrt1010/Cargo.toml')
-rw-r--r--imxrt1010/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/imxrt1010/Cargo.toml b/imxrt1010/Cargo.toml
new file mode 100644
index 0000000..2e5d975
--- /dev/null
+++ b/imxrt1010/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "imxrt1010-flash-algos"
+version = "0.1.0"
+edition = "2024"
+publish = false
+
+[dependencies]
+imxrt-flash-algos = { workspace = true }
+imxrt1010 = { workspace = true }
+ral-registers = { workspace = true }