Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Apr 3, 2024
1 parent e812bdf commit ea13b49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ esp-idf-sys = { version = "0.33.2", features = ["binstart"], optional = true }
[dev-dependencies]
signal-hook = "0.3.14"

[[example]]
[[bin]]
name = "uechosearch"
path = "examples/uechosearch/uechosearch.rs"
path = "bin/uechosearch/uechosearch.rs"

[[example]]
[[bin]]
name = "uechopost"
path = "examples/uechopost/uechopost.rs"
path = "bin/uechopost/uechopost.rs"

[[example]]
[[bin]]
name = "uechobench"
path = "examples/uechobench/uechobench.rs"
path = "bin/uechobench/uechobench.rs"

[[example]]
name = "monolight"
Expand Down

0 comments on commit ea13b49

Please sign in to comment.