actions-toolkit 0.0.2

Github Actions Toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.actions-core]
version = "=0.0.2"

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

[package]
authors = ["K.J. Valencik <kjvalencik@gmail.com>"]
description = "Github Actions Toolkit"
documentation = "https://docs.rs/actions-toolkit/"
edition = "2018"
homepage = "https://github.com/kjvalencik/actions/tree/master/crates/toolkit"
license = "MIT"
name = "actions-toolkit"
readme = "README.md"
repository = "https://github.com/kjvalencik/actions.git"
version = "0.0.2"