[package]
edition = "2024"
name = "ito-templates"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Template management and installation for Ito"
homepage = "https://github.com/withakay/ito"
readme = false
license = "MIT"
repository = "https://github.com/withakay/ito"
[lib]
name = "ito_templates"
path = "src/lib.rs"
[[test]]
name = "template_markdown"
path = "tests/template_markdown.rs"
[[test]]
name = "user_guidance_template"
path = "tests/user_guidance_template.rs"
[[test]]
name = "worktree_template_rendering"
path = "tests/worktree_template_rendering.rs"
[dependencies.include_dir]
version = "0.7.4"
[dependencies.minijinja]
version = "1"
[dependencies.serde]
version = "1.0.217"
features = ["derive"]