Cargo.toml 189 B

1234567891011
  1. [workspace]
  2. members = [
  3. "api",
  4. "tauri",
  5. "wasm"
  6. ]
  7. resolver = "2"
  8. # Patching the dialog plugin to use the local copy of tauri
  9. [patch.crates-io]
  10. tauri = { path = "../../../core/tauri" }