axum-htmx-example/Makefile.toml
Victor Martinez b81e82512d basic counter
2023-07-19 03:08:35 +02:00

10 lines
133 B
TOML

[env]
PORT = "3000"
[tasks.run]
command = "cargo"
args = ["run"]
[tasks.run-watch]
command = "cargo"
args = ["watch", "-x", "run"]