zlayer-spec 0.11.21

ZLayer deployment specification parsing and validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "zlayer-spec"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "ZLayer deployment specification parsing and validation"
keywords = ["container", "orchestration", "deployment", "spec", "yaml"]
categories = ["config", "parsing"]
readme = "README.md"

[dependencies]
zlayer-types = { workspace = true }

[lints]
workspace = true