mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-11 17:09:16 +03:00
c649ef47b6
* feat(task-runner): add maskfile.md `mask` can also act as self-documented task runner https://github.com/jakedeichert/mask TODO: add demo.gif on opening this PR * fix(task-runner): error when basename != dirname with assumption it only happen on examples/rust * chore(task-runner): add .gif from pr #486 * fix(task-runner): point $TAURI_* to fixture/*
11 lines
116 B
TOML
11 lines
116 B
TOML
[workspace]
|
|
members = [
|
|
"tauri",
|
|
"tauri-api",
|
|
"tauri-updater",
|
|
"tauri-utils",
|
|
]
|
|
exclude = [
|
|
"examples",
|
|
]
|