alias b := build
alias r := run

set dotenv-load

build:
    cargo build

run:
    cargo run