init commit

This commit is contained in:
Breadway 2026-07-22 12:03:32 +08:00
commit 0423d83311
16 changed files with 2581 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# crustd
Tiered, power-efficient presence detection daemon for [Bread](https://github.com/Breadway/bread).
## Building
```bash
cargo build --release
```
## Running
```bash
./target/release/crustd
```
See `packaging/` for distribution packaging.