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

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