Finally compiles

This commit is contained in:
Wyatt Marchand
2026-08-24 19:30:05 -07:00
commit 777c72cbfb
7 changed files with 121 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "hello-eth"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hello-eth"
harness = false
[profile.release]
opt-level = "s"
[dependencies]
esp-idf-svc = { version = "0.51", features = ["std"] }
anyhow = "1"
log = "0.4"
[build-dependencies]
embuild = "0.33"