modules = ["rust-stable"]
[agent]
expertMode = true
stack = "BEST_EFFORT_FALLBACK"
[nix]
channel = "stable-25_05"
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Start application"
[[workflows.workflow]]
name = "Start application"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "cargo run"
[workflows.workflow.metadata]
outputType = "console"
[deployment]
deploymentTarget = "vm"
run = ["./target/release/zilla-muf"]
build = ["cargo", "build", "--release"]