9 lines
235 B
TOML
9 lines
235 B
TOML
[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"
|