reba-client 0.1.0

Reba client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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