-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm packagetype: feature request
Description
Describe the problem
I'm setting up Tauri as a front-end for my Rust library. In my src-tauri/Cargo.toml:
[dependencies]
...
parser = { path = "../core/my-library" }
Describe the solution you'd like
Ideally, tauri config would provide the ability to specify watch glob patterns to automatically rebuild like it does for changes in src-tauri/.
Even better would be if tauri used the top level cargo.toml or src-tauri/cargo.tom to automatically add files to watch.
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm packagetype: feature request