Partial implementation of core_device app list

This commit is contained in:
Jackson Coxson
2025-07-18 23:46:33 -06:00
parent 31b4849b17
commit 366165304c
6 changed files with 311 additions and 0 deletions

View File

@@ -81,6 +81,10 @@ path = "src/syslog_relay.rs"
name = "os_trace_relay"
path = "src/os_trace_relay.rs"
[[bin]]
name = "app_service"
path = "src/app_service.rs"
[[bin]]
name = "lockdown"
path = "src/lockdown.rs"