Change notice for everyone who compiles or packages their own #faircamp builds:
I restructured the codebase into a cargo workspace, which means the install/build/run commands slightly changed:
cargo install --features [libvips|image] --locked --path app
cargo build --features [libvips|image] --locked --package faircamp
cargo run --bin faircamp --features [libvips|image] -- [ARGUMENTS]
See also the updated BUILD.md https://codeberg.org/simonrepp/faircamp/src/branch/main/BUILD.md