steps:
build:
image: rust:1.73
commands:
- apt update
- apt install libudev-dev
- cargo build --release
- cargo test