zlayer-core 0.11.21

Shared types and configuration for ZLayer container orchestration
Documentation
[package]
name = "zlayer-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Shared types and configuration for ZLayer container orchestration"
keywords = ["container", "orchestration", "types", "config"]
categories = ["config"]
readme = "README.md"

[dependencies]
base64 = "0.22"
dirs = "5.0"
oci-client.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing = "0.1"
zlayer-paths.workspace = true
zlayer-spec.workspace = true
zlayer-types.workspace = true

[lints]
workspace = true