mascarpone/mise.toml

9 lines
197 B
TOML
Raw Normal View History

2025-10-14 08:26:18 -05:00
[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"