provisioning/config/templates/kcl.mod.template

20 lines
572 B
Plaintext
Raw Normal View History

# TEMPLATE FILE - .template Extension
#
# Workspace 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
# with the {{WORKSPACE_NAME}} variable replaced.
#
# Runtime templates use .j2 (Jinja2 via nu_plugin_tera) for dynamic rendering.
#
# See provisioning/config/templates/README.md for template conventions.
[package]
name = "{{WORKSPACE_NAME}}"
edition = "v0.11.3"
version = "1.0.0"
[dependencies]
provisioning = { path = "./.kcl" }