Closed ndrsg closed 2 years ago
Can you share your GitHub repository so that i can look into it?
If not possible, please show a screenshot of the graph.
https://github.com/ndrsg/nx-rust-demo
Thanks for having a look!
Expectation: rust-app-one |---------> rust-lib-one ------> rust-lib-two |---------> rust-lib-two
@ndrsg The name of the project in workspace.json
should match the name in Cargo.toml
of the projects. You have to make this change in workspace.json
:
Please feel free to reopen if you encounter another error!
thanks!
Im using "@ignisda/nx-rust": "14.5.9", with "@nrwl/workspace": "14.5.10".
In my nx.json, i have: "plugins": ["@ignisda/nx-rust"], set.
When running nx dep-graph there are no dependencies shown between my rust crates.