meta-rust / cargo-bitbake

cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Apache License 2.0
85 stars 59 forks source link

Only resolve dependencies for the active package within a workspace #63

Open willstott101 opened 1 year ago

willstott101 commented 1 year ago

This prevents the bitbake recipe from downloading unused crates that are only referenced by other packages elsewhere in a cargo workspace.