-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add a root Cargo.toml with workspaces, do some refactoring [fixes DXJ-295] #165
Conversation
DXJ-295 Fluence CLI should utilize cargo workspace so that vscode rust-analyzer works from the project root
By adding a workspace Cargo.toml to the project root, rust tools in vscode are afforded sight into rust subdirs, which is a huge improvement in the DX as part of adding/creating nee services, the cli should create a Cargo.toml file in the project root dir like so:
where path-to-modules could be something like A side result is that a signle target dir is create in the root dir with all wasm32-wasi modules in the same place which seems to work for cli and appears a lo faster than the "regular" fluence build.
|
No description provided.