actions-github 0.0.4

A rust translation of the helper library @actions/github to build GitHub actions using rust
Documentation
[dependencies.json]
version = "0.12.4"

[dependencies.uuid]
features = ["v4"]
version = "1.8.0"

[lib]
doctest = false

[package]
authors = ["Javier Bullrich <javier@bullrich.dev>"]
description = "A rust translation of the helper library @actions/github to build GitHub actions using rust"
edition = "2021"
keywords = ["github", "actions"]
license = "MIT"
name = "actions-github"
readme = "README.md"
repository = "https://github.com/Bullrich/rusty-actions-github"
version = "0.0.4"