dev:
 cargo build

release:
 cargo build --release

fmt:
  cargo fmt

test:
  cargo test
