aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2904ca7abcab3a72da974e9811b36b07e0bbcdfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "imxrt-enet"
version = "0.1.0"
edition = "2021"

[dependencies]
ral-registers = "0.1"
imxrt-ral = "0.5"
mdio = "0.1"
defmt = "0.3"

[dependencies.smoltcp]
version = "0.12"
default-features = false
features = [
    "medium-ethernet",
    "proto-ipv4",
]