# you can download just [here](https://github.com/casey/just) default: build build: cargo build run: cargo run nix-build: nix build nix-run: nix run nix-docker: nix build .#docker