File: Cargo.toml.orig

package info (click to toggle)
rust-github-actions-models 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "github-actions-models"
authors = ["William Woodruff <william@yossarian.net>"]
description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components"
version = "0.14.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/woodruffw/github-actions-models"
keywords = ["github", "ci"]
categories = ["api-bindings"]

[dependencies]
indexmap = { version = "2.7.0", features = ["serde"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.29"

[dev-dependencies]