modules = ["rust-stable"]
[agent]
expertMode = true

[nix]
channel = "stable-25_05"

[workflows]
runButton = "Project"

[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"

[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Rust Library"

[[workflows.workflow]]
name = "Rust Library"
author = "agent"

[[workflows.workflow.tasks]]
task = "shell.exec"
args = "cargo test"

[workflows.workflow.metadata]
outputType = "console"
