refactor: Move main.rs
Otherwise adding more modules will let cargo think they are multiple binaries
This commit is contained in:
parent
ae71fb51ef
commit
dc309bc095
2 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue