set dotenv-load

export RUST_BACKTRACE := "1"

default:
    just --list --unsorted

run: 
    cargo run --bin client

send:
    cargo run --bin send_client

build:
    cargo build
