actions-github 0.1.0

A rust translation of the helper library @actions/github to build GitHub actions using rust
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.json]
version = "0.12.4"

[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.1.0"