ood_persistence/examples/web/Makefile.toml

6 lines
134 B
Makefile
Raw Normal View History

2021-10-17 15:08:46 +03:00
[tasks.dev]
command = "cargo"
workspace = false
args = ["run", "--features", "dev"]
watch = { watch = ["src", "Cargo.toml", '.env'] }