cargo-neat 0.4.1

Keep your cargo workspace neat: find unused dependencies and enforce workspace consistency
1
2
3
4
5
6
7
8
9
10
11
---
services:
  local:
    build: .
    platform: linux/amd64
    network_mode: host
    ports:
      - "6060:6060"
      - "8181:8181"
      - "8080:8080"
    privileged: true