reduce mise default

This commit is contained in:
Bel LaPointe
2026-03-10 11:55:34 -06:00
parent 3dbac8061d
commit fbfb216a64

View File

@@ -1,8 +1,5 @@
[tools]
rust = "latest"
[tasks.setup]
run = "echo paru -S fluidsynth soundfont-fatboy"
[tasks.default]
run = "if ! aconnect -o -l | grep -q FLUID; then fluidsynth --server $(find /usr/share -name \\*.sf2 | head -n 1); fi; cargo run"
run = "cargo run"