nu_plugin_chipa_touch 0.1.0

A Nushell plugin for managing file copyright headers using customizable templates.
Documentation
[[bin]]
name = "nu_plugin_chipa_touch"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.42"

[dependencies.nu-plugin]
version = "0.107.0"

[dependencies.nu-protocol]
version = "0.107.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tinytemplate]
version = "1.2.1"

[dependencies.toml_edit]
features = ["serde"]
version = "0.23.7"

[lib]
name = "nu_plugin_chipa_touch"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Nushell plugin for managing file copyright headers using customizable templates."
edition = "2024"
license-file = "LICENSE"
name = "nu_plugin_chipa_touch"
readme = "README.md"
repository = "https://github.com/ChipaDevTeam/chipa-touch"
version = "0.1.0"

[[test]]
name = "template_tests"
path = "tests/template_tests.rs"