mascarpone/mise.toml
2025-10-14 08:26:55 -05:00

8 lines
197 B
TOML

[tools]
"cargo:systemfd" = "latest"
"watchexec" = "latest"
"rust-analyzer" = "latest"
"jj" = "latest"
[tasks."serve:dev"]
run = "systemfd --no-pid -s http::0.0.0.0:3000 -- watchexec -r cargo run"