hacky gitkeep file

This commit is contained in:
JP Stringham
2026-02-05 09:25:05 -05:00
parent c60e0d2713
commit d73ab77067
3 changed files with 10 additions and 8 deletions

14
Cargo.lock generated
View File

@@ -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"

View File

@@ -1,5 +1,5 @@
[package]
name = "talkin_to_pico_w"
name = "adc-logger-client"
version = "0.1.0"
edition = "2024"

2
logs/.gitkeep Normal file
View File

@@ -0,0 +1,2 @@
make sure the logs/ directory exists in the repo
otherwise we panic when the program can't create a file