1 2 3 4 5 6 7
#!/bin/bash -ex # check-dependencies # # Checks that the dependencies in this project are all in use. cargo udeps --locked --all-targets