Files
tauri/examples/web/core/Cargo.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" }