You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
This information is typically inferred from the project structure.
As I suggested in #53, using cargo metadata (perhaps parsed via the cargo_metadata crate) for this allows us to source this information from cargo itself.
To address this issue, the existing code that enumerates TargetType::MultiBin using fs::read_dir should be replaced by enumerating the cargo_metadata::Target entries for a particular cargo_metadata::Package.
tofay
added a commit
to tofay/cargo-rpm
that referenced
this issue
Nov 23, 2021
Cargo.toml has these fields right?
The text was updated successfully, but these errors were encountered: