dyd 0.4.0

CLI for daily diffing of git repos
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -exo pipefail

set +e           ## chrono and time have known potential segfaults
cargo audit
set -e

cargo fmt --check
cargo clippy