This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
ood_persistence/examples/web/Makefile.toml
2021-10-17 15:13:01 +03:00

6 lines
134 B
TOML

[tasks.dev]
command = "cargo"
workspace = false
args = ["run", "--features", "dev"]
watch = { watch = ["src", "Cargo.toml", '.env'] }