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