greentic-distributor-dev 0.4.21

Dev-only distributor source that serves packs and components from the local filesystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "greentic-distributor-dev"
version.workspace = true
edition = "2024"
description = "Dev-only distributor source that serves packs and components from the local filesystem."
license = "MIT"
repository = "https://github.com/greentic/greentic-distributor-client"
homepage = "https://github.com/greentic"
readme = "README.md"

[dependencies]
greentic-distributor-client = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }