Headless Rust gRPC daemon to drive Bluetooth, HLS/DASH playback, and snapcast/shairport-sync/squeezelite on Raspberry Pi audio rigs.
0

Configure Feed

Select the types of activity you want to include in your feed.

zerod / Cross.toml
271 B 8 lines
1[target.arm-unknown-linux-gnueabihf] 2dockerfile = "./Dockerfile.arm-unknown-linux-gnueabihf" 3 4[target.aarch64-unknown-linux-gnu] 5dockerfile = "./Dockerfile.aarch64-unknown-linux-gnu" 6 7[target.x86_64-unknown-linux-gnu] 8dockerfile = "./Dockerfile.x86_64-unknown-linux-gnu"