proto:
    buf generate

build: proto
    cargo build

run *FLAGS: proto
    cargo run -- {{FLAGS}}

up:
    devenv up
