deps-rs / deps.rs

Keep your dependencies up-to-date
https://deps.rs
Apache License 2.0
426 stars 26 forks source link

Workspace members not being detected #195

Open BeastLe9enD opened 1 year ago

BeastLe9enD commented 1 year ago

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 commented 1 year ago

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