1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-20 09:11:55 +03:00
tauri/Cargo.toml
Fahmi Akbar Wildana c649ef47b6
build(task-runner): add self-documented task runner ()
* 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 

* 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",
]