From 1e3c571cca277002029c3da155961e6891f68f37 Mon Sep 17 00:00:00 2001 From: Wyatt Marchand Date: Wed, 26 Aug 2026 09:22:50 -0700 Subject: [PATCH] Updated name to reflect new end goal --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3684968..3742680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "esp32s3_remote_i2c_lcd" +name = "esp32s3_lcd_clock" version = "0.1.0" authors = ["Wyatt Marchand "] edition = "2021" @@ -7,7 +7,7 @@ resolver = "2" rust-version = "1.82" [[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 [profile.release]