tauri/Cargo.toml
Fahmi Akbar Wildana c649ef47b6
build(task-runner): add self-documented task runner (#486)
* 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/*
2020-04-12 08:57:52 -05:00

11 lines
116 B
TOML

[workspace]
members = [
"tauri",
"tauri-api",
"tauri-updater",
"tauri-utils",
]
exclude = [
"examples",
]