0
0
Fork 0

refactor: Move main.rs

Otherwise adding more modules will let cargo think they are multiple binaries
This commit is contained in:
Jannik Beyerstedt 2026-05-11 22:09:43 +02:00
commit dc309bc095
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ version = "0.1.0"
[[bin]]
name = "esp32-c_its-companion"
path = "./src/bin/main.rs"
path = "./src/main.rs"
[dependencies]
esp-hal = { version = "~1.1.0", features = ["esp32c5", "log-04", "unstable"] }