Add initial project structure and implement async main for Pico W
This commit is contained in:
@@ -23,11 +23,14 @@ static_cell = "2.1.0"
|
||||
portable-atomic = { version = "1.11.0", features = ["critical-section"] }
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
harness = false
|
||||
|
||||
[[bin]]
|
||||
name = "rusty-dog"
|
||||
test = false
|
||||
path = "src/main.rs"
|
||||
|
||||
[[test]]
|
||||
name = "example_test"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user