build:
    cargo build

run argument:
    cargo run -- {{argument}}

release:
    cargo build --release
