pack_component_template 1.1.0-dev.0

Internal template used by packc for generating pack components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pack_component_template"
version.workspace = true
edition.workspace = true
license.workspace = true
authors = ["Greentic <engineering@greentic.dev>"]
description = "Internal template used by packc for generating pack components"
readme = "README.md"
repository = "https://github.com/greenticai/greentic-pack"
publish = true

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