mirror of
https://codeberg.org/JasterV/axum-htmx-example.git
synced 2026-04-26 18:10:09 +00:00
10 lines
133 B
TOML
10 lines
133 B
TOML
[env]
|
|
PORT = "3000"
|
|
|
|
[tasks.run]
|
|
command = "cargo"
|
|
args = ["run"]
|
|
|
|
[tasks.run-watch]
|
|
command = "cargo"
|
|
args = ["watch", "-x", "run"]
|