greentic-bundle-reader 1.2.0

Read-only bundle reader for greentic-bundle SquashFS artifacts and normalized build directories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "greentic-bundle-reader"
version.workspace = true
edition = "2024"
rust-version = "1.91"
license = "MIT"
description = "Read-only bundle reader for greentic-bundle SquashFS artifacts and normalized build directories."
readme = "README.md"
repository = "https://github.com/greentic-ng/greentic-bundle"

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

[dependencies]
backhand.workspace = true
serde.workspace = true
serde_json.workspace = true