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]