From d73ab77067d20860b11f774ab78969f2b3c180c9 Mon Sep 17 00:00:00 2001 From: JP Stringham Date: Thu, 5 Feb 2026 09:25:05 -0500 Subject: [PATCH] hacky gitkeep file --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- logs/.gitkeep | 2 ++ 3 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 logs/.gitkeep diff --git a/Cargo.lock b/Cargo.lock index 35abdfa..7bdf1a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,13 @@ # It is not intended for manual editing. version = 4 +[[package]] +name = "adc-logger-client" +version = "0.1.0" +dependencies = [ + "chrono", +] + [[package]] name = "android_system_properties" version = "0.1.5" @@ -166,13 +173,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "talkin_to_pico_w" -version = "0.1.0" -dependencies = [ - "chrono", -] - [[package]] name = "unicode-ident" version = "1.0.22" diff --git a/Cargo.toml b/Cargo.toml index 56127c2..4d3994a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "talkin_to_pico_w" +name = "adc-logger-client" version = "0.1.0" edition = "2024" diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..742d84a --- /dev/null +++ b/logs/.gitkeep @@ -0,0 +1,2 @@ +make sure the logs/ directory exists in the repo +otherwise we panic when the program can't create a file \ No newline at end of file