pipeline:
build:
image: rust:buster
commands:
- apt-get update
- apt-get install --yes libsodium-dev
- cargo build