Building in Docker:
Run `yarn run-tunnelbroker-service` successfully built the app, rust library, and link it to the app.
Building in Nix:
Run `nix develop`, `cd services/tunnelbroker`, `rm -dfr build && cmake -B build . && make -C build -j4`, successfully built the app, rust library, and link it to the app.