We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, inherited dependencies get ignored. For example, the blackbox and blackbox_decode crates in https://github.com/wetheredge/blackbox inherit tracing from the root, but it is missing from https://deps.rs/repo/github/wetheredge/blackbox.
blackbox
blackbox_decode
tracing
Docs:
I might be able to take a stab at this in the next few days if it isn't already being worked on.
The text was updated successfully, but these errors were encountered:
Another way to do this might be to treat workspace.dependencies as if they are their own crate (could have their own section on the website).
workspace.dependencies
Sorry, something went wrong.
No branches or pull requests
Currently, inherited dependencies get ignored. For example, the
blackbox
andblackbox_decode
crates in https://github.com/wetheredge/blackbox inherittracing
from the root, but it is missing from https://deps.rs/repo/github/wetheredge/blackbox.Docs:
I might be able to take a stab at this in the next few days if it isn't already being worked on.
The text was updated successfully, but these errors were encountered: