kind: pipeline
type: docker
name: frontend
steps:
- name: build
image: rust:slim
commands:
- cargo build