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
In Rust projects, since we have cargo, it's possible to install dependencies and use them from Workbench.
it's very easy.
Start a project, close the window, Workbench will ask you to save it.
go in that folder and run
cargo add barecode
Reopen the project with Workbench and you'll be able to use that crate.
However as you can see the experience to add crates isn't ideal. One potential solution, instead of building a UI - is to automatically download/build dependencies by analyzing imports.
The text was updated successfully, but these errors were encountered:
In Rust projects, since we have cargo, it's possible to install dependencies and use them from Workbench.
it's very easy.
Start a project, close the window, Workbench will ask you to save it.
go in that folder and run
Reopen the project with Workbench and you'll be able to use that crate.
However as you can see the experience to add crates isn't ideal. One potential solution, instead of building a UI - is to automatically download/build dependencies by analyzing imports.
The text was updated successfully, but these errors were encountered: