pack_component_template 1.2.0-research.1

Internal template used by packc for generating pack components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pack_component"
version = "0.1.0"
edition = "2021"
license = "MIT"
publish = false

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_cbor = "0.11"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
greentic-interfaces-host = "0.4"