Updated name to reflect new end goal

This commit is contained in:
Wyatt Marchand
2026-08-26 09:22:50 -07:00
parent db00c57cb6
commit 1e3c571cca
+2 -2
View File
@@ -1,5 +1,5 @@
[package] [package]
name = "esp32s3_remote_i2c_lcd" name = "esp32s3_lcd_clock"
version = "0.1.0" version = "0.1.0"
authors = ["Wyatt Marchand <netwxxt@gmail.com>"] authors = ["Wyatt Marchand <netwxxt@gmail.com>"]
edition = "2021" edition = "2021"
@@ -7,7 +7,7 @@ resolver = "2"
rust-version = "1.82" rust-version = "1.82"
[[bin]] [[bin]]
name = "esp32s3_remote_i2c_lcd" name = "esp32s3_lcd_clock"
harness = false # do not use the built-in cargo test harness -> resolve rust-analyzer errors harness = false # do not use the built-in cargo test harness -> resolve rust-analyzer errors
[profile.release] [profile.release]