chandler 0.0.2

a masking archiver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
set -e

cargo install --force \
    cargo-audit \
    cargo-cache \
    cargo-edit \
    crit@0.0.10 \
    tinyrick@0.0.17

cargo install --force \
    cross \
        --git https://github.com/cross-rs/cross \
        --rev 4e64366af6095c84fa4f54a0fa5a2ba7d9a271aa

rustup component add \
    clippy \
    rustfmt