Initial boilerplate

This commit is contained in:
Robert Perce 2025-10-14 08:26:18 -05:00
commit 519fb49901
7 changed files with 4520 additions and 0 deletions

8
mise.toml Normal file
View file

@ -0,0 +1,8 @@
[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"