aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f031df4f07c6341a3b95f51be7122103c862e56a (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.10"
default-features = false
features = [
    "medium-ethernet",
    "proto-ipv4",
]