1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env just --justfile gen: cd .. && flutter_rust_bridge_codegen generate watch: cd .. && flutter_rust_bridge_codegen generate --watch proto: cargo run -p cool-grpc --bin proto