[package]
name = "actions-github"
version = "0.0.5"
edition = "2021"
authors = ["Javier Bullrich <javier@bullrich.dev>"]
description = "A rust translation of the helper library @actions/github to build GitHub actions using rust"
readme = "README.md"
repository = "https://github.com/Bullrich/rusty-actions-github"
license = "MIT"
keywords = ["github", "actions"]
documentation = "https://docs.rs/actions-github/latest/actions_github/"
[dependencies]
json = "0.12.4"
uuid = { version = "1.8.0", features = ["v4"] }