working on c37.118 forma

This commit is contained in:
Wintermute 2025-06-30 10:13:29 +02:00
parent 7883b42d13
commit f86a6bf9f4
6 changed files with 53 additions and 74 deletions

9
.mise.toml Normal file
View file

@ -0,0 +1,9 @@
[tools]
rust = "stable"
jj = "latest"
[tasks]
run = "cargo run"
test = "cargo test"
watch-run = "cargo watch -x run --why"
watch-test = "cargo watch -x test --why"