diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-03 20:20:03 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-03 20:20:03 +0200 |
| commit | 16346472e77565f35e3221b3713ec217f8685b20 (patch) | |
| tree | 3f5e8e6ca94547550a42a6cdbfed4d3779d58733 /src/bin | |
| parent | 89a32e683162200a10272f3b902fc1ea72b68f39 (diff) | |
| download | maesch-16346472e77565f35e3221b3713ec217f8685b20.tar maesch-16346472e77565f35e3221b3713ec217f8685b20.tar.bz2 maesch-16346472e77565f35e3221b3713ec217f8685b20.tar.zst | |
a
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/cli/main.rs | 3 | ||||
| -rw-r--r-- | src/bin/daemon/main.rs | 10 |
2 files changed, 0 insertions, 13 deletions
diff --git a/src/bin/cli/main.rs b/src/bin/cli/main.rs deleted file mode 100644 index 08cf702..0000000 --- a/src/bin/cli/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, CLI!"); -} diff --git a/src/bin/daemon/main.rs b/src/bin/daemon/main.rs deleted file mode 100644 index 7f3d7b9..0000000 --- a/src/bin/daemon/main.rs +++ /dev/null @@ -1,10 +0,0 @@ -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 -} |