tin-summer 1.19.7

Command-line tool to find build artifacts and thing occupying space on your computer. Shatters records not glass.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install:
    cargo install tin-summer --features="simd pattern" --force

name:
    github-release edit -s $(cat .git-token) -u vmchale -r tin-summer -n "$(madlang run ~/programming/madlang/releases/releases.mad)" -t "$(grep -P -o '\d+\.\d+\.\d+' Cargo.toml | head -n1)"

check:
    git diff master origin/master

minor:
    cargo release -l minor --no-dev-version

patch:
    cargo release -l patch --no-dev-version