Skip to content
New issue

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

Workspace members not being detected #195

Open
BeastLe9enD opened this issue May 29, 2023 · 1 comment
Open

Workspace members not being detected #195

BeastLe9enD opened this issue May 29, 2023 · 1 comment

Comments

@BeastLe9enD
Copy link

I have a Cargo workspace with multiple crates, in my main Cargo.toml I add the members:

[workspace]
members = ["crates/*"]

The deps.rs badge does not detect the crates.
My github repository: https://github.com/projectkml/tort

@keltia
Copy link

keltia commented Aug 2, 2023

I have a Cargo workspace with multiple crates, in my main Cargo.toml I add the members:

[workspace]
members = ["crates/*"]

The deps.rs badge does not detect the crates. My github repository: https://github.com/projectkml/tort

Same issue for my own repo https://github.com/keltia/fetiche-rs. Cargo.toml in root has main deps and the different crates below are using <foo>.workspace = true for deps which are not recognised either.

Edit: related to #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants