summaryrefslogtreecommitdiff
path: root/src/bin/daemon/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/daemon/main.rs')
-rw-r--r--src/bin/daemon/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/daemon/main.rs b/src/bin/daemon/main.rs
index 505671a..7f3d7b9 100644
--- a/src/bin/daemon/main.rs
+++ b/src/bin/daemon/main.rs
@@ -1,5 +1,10 @@
use std::process::Command;
+use xdg::BaseDirectories;
fn main() {
println!("Hello, daemon!");
+
+ // TODO db connection öffnen; idk welche db bisher
+
+ // TODO für jedes netzwerk
}