summaryrefslogtreecommitdiff
path: root/tools/check-dependencies
blob: 36641e351024a77c891593fba828c8fe019f32c7 (plain)
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