mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
11 lines
189 B
TOML
11 lines
189 B
TOML
[workspace]
|
|
members = [
|
|
"api",
|
|
"tauri",
|
|
"wasm"
|
|
]
|
|
resolver = "2"
|
|
|
|
# Patching the dialog plugin to use the local copy of tauri
|
|
[patch.crates-io]
|
|
tauri = { path = "../../../core/tauri" } |