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