tasker-ctl 0.1.1

Command-line interface for the Tasker orchestration system
1
2
3
4
5
6
7
8
9
# TAS-175: Askama template engine configuration
# Templates are resolved relative to this crate's root directory
[general]
dirs = ["templates"]

# Register .toml as a text-escaped extension (no HTML escaping)
[[escaper]]
path = "::askama::filters::Text"
extensions = ["toml"]