Implement crash report services

This commit is contained in:
Jackson Coxson
2025-05-09 13:46:00 -06:00
parent 4b29eefc36
commit d938531f96
5 changed files with 281 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ path = "src/location_simulation.rs"
name = "afc"
path = "src/afc.rs"
[[bin]]
name = "crash_logs"
path = "src/crash_logs.rs"
[[bin]]
name = "amfi"
path = "src/amfi.rs"