Files
noleader/mise.toml
kjuulh 8b27219af5
All checks were successful
continuous-integration/drone/push Build is passing
feat: extract backend
2025-09-24 13:29:46 +02:00

8 lines
112 B
TOML

[tasks.test]
alias = ["t"]
run = "cargo nextest run"
[tasks.example]
alias = ["e"]
run = "cargo run --example"