1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[package]
name = "github-actions-models"
version = "0.39.0"
description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-models"
keywords = ["github", "ci"]
categories = ["api-bindings"]
readme = "README.md"
authors.workspace = true
homepage.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dependencies]
indexmap.workspace = true
serde.workspace = true
serde_yaml.workspace = true
tracing.workspace = true
[dev-dependencies]
|