Open BeastLe9enD opened 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
I have a Cargo workspace with multiple crates, in my main Cargo.toml I add the members:
The deps.rs badge does not detect the crates. My github repository: https://github.com/projectkml/tort