Fixed issue with name in Cargo.toml

This commit is contained in:
Wyatt Marchand
2026-08-26 09:43:59 -07:00
parent bc1be6e4e5
commit 2a1bc6ce1d
+2 -2
View File
@@ -1,10 +1,10 @@
[package] [package]
name = "hello-eth" name = "esp32s3ETH_hello_world"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
[[bin]] [[bin]]
name = "hello-eth" name = "esp32s3ETH_hello_world"
harness = false harness = false
[profile.release] [profile.release]