github-actions 0.0.5

Utilities for developing custom GitHub Actions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "github-actions"
version = "0.0.5"
authors = ["Danil Akhtarov <daxartio@gmail.com>"]
description = "Utilities for developing custom GitHub Actions"
edition = "2024"
repository = "https://github.com/daxartio/github-actions"
license = "MIT"

[features]
default = []
all = ["uuid"]
uuid = ["dep:uuid"]

[dependencies]
uuid = { version = "1.23.1", features = ["v4"], optional = true}