refactor: project structure (#9)

Split up project into multiple crates and use a Cargo workspace.
This commit is contained in:
Markus Zehnder
2025-08-28 09:03:30 +02:00
committed by GitHub
parent f0128197d9
commit d98cd89c48
71 changed files with 672 additions and 401 deletions
+4
View File
@@ -11,6 +11,10 @@ _Changes in the next release_
### Added
- Simple sensor panel with a file-based data source (#6)
- Initial support for fan-, progress-, & pointer-sensors (#8)
### Changed
- Project structure using a Cargo workspace
---