
run:
    cargo run

test:
    cargo test

build:
    cargo build

install:
    cargo install --path .
