# SPDX-License-Identifier: MPL-2.0 # SPDX-FileCopyrightText: Copyright 2025 Ian McIntyre [package] name = "rust-threadx-imxrt" version = "0.1.0" edition = "2024" publish = false [dependencies] cortex-m = { workspace = true } imxrt-rt = { workspace = true, optional = true } rust-threadx-net-phys = { workspace = true } imxrt-drivers-enet = { workspace = true } imxrt-drivers-gpio = { workspace = true } ral-registers = { workspace = true }