summaryrefslogtreecommitdiff
path: root/tools/check-dependencies
blob: b45899461108c4535d26643baa892a1e3edc79c9 (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 +nightly udeps --locked --all-targets