DioxusLabs / DioxusLabs/dioxus
Ability to set the wait duration for Cargo metadata in the CLI
Open
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
Currently, during a build, the CLI waits for a [hardcoded](https://github.com/DioxusLabs/dioxus/blob/9b0d380765301ae7fe337fba8438fcbb814f8748/packages/cli/src/workspace.rs#L66) 100 * 2000 ms for the result of Cargo metadata. I am building a project on a slow machine and I need to increase this duration for it to finish.
## Implement Suggestion
Is it okay if I go ahead and add an option to the CLI that allows this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.