provisioning/config/templates/config-kcl.mod.template

20 lines
543 B
Plaintext
Raw Normal View History

# TEMPLATE FILE - .template Extension
#
# Config Package Definition
#
# This file uses the .template extension because it's used only during workspace
# initialization with simple {{variable}} substitution. It's copied to new workspaces
# without modification.
#
# Runtime templates use .j2 (Jinja2 via nu_plugin_tera) for dynamic rendering.
#
# See provisioning/config/templates/README.md for template conventions.
[package]
name = "workspace_config"
edition = "v0.11.3"
version = "1.0.0"
[dependencies]
provisioning = { path = "../.kcl" }