Add a basic command system instead of refering to actions directly from the config

This commit is contained in:
2023-10-29 16:49:05 +01:00
parent 6063636d9d
commit 5d77eace77
7 changed files with 116 additions and 13 deletions

View File

@ -19,6 +19,7 @@ derive_deref = "1.1.1"
directories = "5.0.1"
futures = "0.3.28"
human-panic = "1.2.0"
inventory = "0.3"
json5 = "0.4.1"
lazy_static = "1.4.0"
libc = "0.2.148"