migrated daemon to tokio with seperate hardware threads + thiserror #1

Merged
nvrl merged 5 commits from release/0.3.1 into main 2026-04-01 18:16:24 +02:00
Showing only changes of commit c8a50d7b67 - Show all commits
+2
View File
@@ -19,6 +19,8 @@ jobs:
toolchain: stable
components: rustfmt, clippy
cache: false
- name: Install packaging tools
run: apt-get update && apt-get install -y dpkg-dev pkg-config libdbus-1-dev protobuf-compiler libpulse-dev
- name: Check formatting
run: cargo fmt --check