docks 2.0.0

A docker compose uploading tool
1
2
3
4
5
6
allow = ["cargo"]
warn = []
forbid = ["complexity", "style", "nursery", "pedantic", "suspicious", "correctness", "perf"]
before-cargo = ["cargo fmt", "cargo update"]
cargo = ["verify-project", "check --all-targets --profile=test", "audit", "test -j 4 --no-fail-fast -- --show-output", "fmt --check", "outdated"]
after-cargo = ["cargo install --path .", "bin/ask"]