Shows information (useful links and author details) about every crates you depend on in your projects.
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 onthank god
- displays information about this crateThis project was inspired by the multitude of "thanks" projects out there. It's the first program I wrote in Rust (except from the classic Hello World), so doing this was a learning experience. I always thought you learn best by doing. Except for getting familiar with the language and tooling, I wanted this project to be yet another tool that makes the Rust community feel as awesome and friendly as it does.
100
== Input/Output and file system related errors
101
== Could not get current working directory102
== Could not read Cargo.toml200
== 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 dependencies204
== Could not process dependencies205
== Could not get packages vector from the crate's metadata206
== Could not parse Cargo.toml