Skip to content

traces dependency paths to show why a crate was required

License

Notifications You must be signed in to change notification settings

boringcactus/cargo-why

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo-why

traces dependency paths to show why a crate was required

installation

cargo install cargo-why

usage

$ cargo why serde
cargo-why -> cargo_metadata -> semver -> serde
cargo-why -> cargo_metadata -> serde
cargo-why -> cargo_metadata -> serde_json -> serde

About

traces dependency paths to show why a crate was required

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages