From 635bee2d21704fd76d066be0f66ce2c70ebaacb7 Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 30 Nov 2025 19:56:39 -0500 Subject: First commit --- imxrt1160/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 imxrt1160/Cargo.toml (limited to 'imxrt1160/Cargo.toml') diff --git a/imxrt1160/Cargo.toml b/imxrt1160/Cargo.toml new file mode 100644 index 0000000..20eff57 --- /dev/null +++ b/imxrt1160/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "imxrt1160-flash-algos" +version = "0.1.0" +edition = "2024" + +[dependencies] +imxrt-flash-algos = { workspace = true } +imxrt1160 = { workspace = true } -- cgit v1.2.3