thank
Find out who to thank for the crates you use every day
Usage:
thank you
- displays information about the crates you included under the [packages]
section in your Cargo.toml
thank yall
- displays information about all the crates your project depends on
thank god
- displays information about this crate
Error codes
100
== Input/Output and file system related errors
101
== Could not get current working directory
102
== Could not read Cargo.toml
200
== Metadata and parsing related errors
201
== Could not get output from cargo metadata
202
== Could not parse output from cargo
203
== The project has no dependencies
204
== Could not process dependencies
205
== Could not get packages vector from the crate's metadata
206
== Could not parse Cargo.toml