wasix-org / cargo-wasix

Cargo wrapper for working with Webassembly wasi(x).
Apache License 2.0
54 stars 10 forks source link

Implement Cargo Workspace Support for Dependency Checks #34

Open theduke opened 1 year ago

theduke commented 1 year ago

The automatic dependency validatoin added in #21 currently does not work in workspaces.

It fails with a metadata related error.

We need to change the implementation to properly support workspaces.