suffice 0.3.0

Suffice is a terminal-based tool for controlling a cycling trainer, so you can pound pedals while peddling code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  dev:
    build: .
    volumes:
      - .:/app
      - cargo-cache:/usr/local/cargo/registry
      - ${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}:/run/user/1000/wayland-0:/run/user/1000/wayland-0
    working_dir: /app
    environment:
      env: docker
      LD_LIBRARY_PATH: /app/target/debug/deps

volumes:
  cargo-cache: