Build Flocks with the Rust toolchain.
git clone https://flocks.sh/src flocks cd flocks cargo build --release --workspace ./target/release/flocks --version
cargo fmt --all -- --check cargo clippy --workspace --all-features -- -D warnings -W clippy::unwrap_used cargo test --workspace --all-features --no-fail-fast