bruhst/rs/deps.sh
Ari Archer 7482d82055
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-06-03 01:42:41 +03:00

9 lines
82 B
Bash
Executable file

#!/usr/bin/env sh
set -e
main() {
cargo tree --depth 1 | wc -l
}
main "$@"