summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7a0520a95127c70d8dc87a5272b845ae7522a233 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "dummy-esp-idf-hal"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false

[dependencies]
embedded-hal = "1"
dummy-esp-idf-sys = { path = "../dummy-esp-idf-sys" }
bues.ch cgit interface