_:
  @just --list

# build docker image
build:
  docker build . -t rustembedded/cross:x86_64-unknown-linux-gnu-openssl-0.2.1

