Given a directory, csdeps recursively searches folders for .csproj
files, and prints out all dependencies.
- Use an official rust docker container, or follow instructions to install rust in the following section. (https://hub.docker.com/_/rust)
- Install csdeps with cargo:
cargo install csdeps
- Install rust and associated tools by following the intsructions here: https://www.rust-lang.org/tools/install
- Install csdeps with cargo:
cargo install csdeps
- Navigate to releases, and download the latest version of
csdeps.exe
.
Use the json
flag to print output in that format.
USAGE:
csdeps [FLAGS] <DIR>
FLAGS:
-h, --help Prints help information
-j, --json Output using json format
-V, --version Prints version information
ARGS:
<DIR> Directory to search for project files