summaryrefslogtreecommitdiffstats
path: root/third_party/rust/bit-vec/crusader.sh
blob: 8becfed7ccc3b0327ec039cdbeb0e6a79bb6e7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

git clone https://github.com/brson/cargo-crusader
cd cargo-crusader
cargo build --release
export PATH=$PATH:`pwd`/target/release/
cd ../

cargo crusader

exit