github_webhook_data 0.0.2

GitHub webhook payload data types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Taryn Hill <taryn@phrohdoh.com>"]
description = "GitHub webhook payload data types"
documentation = "https://docs.rs/github_webhook_data/"
include = ["src/**/*.rs", "Cargo.toml"]
license = "MIT / Apache-2.0"
name = "github_webhook_data"
repository = "https://github.com/Phrohdoh/github-webhook-data-rs"
version = "0.0.2"