First dispatcher

- Create (sub)command structure.
- First experimental dispatcher to start the daemon.
This commit is contained in:
Malte Meiboom
2026-02-22 12:51:05 +01:00
parent 2d072bf10b
commit c33feb1ee7
14 changed files with 323 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
//
// Some defaults
//
pub const CONFIG_FILE_LOCATION: &'static str = "/etc/husk/config.toml";