list:
    @just --list

build:
    cargo build

install:
    cargo install --path .

fmt:
    cargo fmt
