Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ version = "0.4.0"
repository = "https://github.com/sksat/github-webhook-rs"
authors = ["sksat <[email protected]>", "s-ylide"]

# MSRV
rust-version = "1.64.0"

[workspace.dependencies]
github-webhook-dts-downloader = { path = "./dts-downloader", version = "0.4" }
github-webhook-type-generator = { path = "./type-generator", version = "0.4" }
1 change: 1 addition & 0 deletions dts-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "github-webhook-dts-downloader"
version.workspace = true
rust-version.workspace = true
edition = "2021"

description = "GitHub webhook payload type def downloader for Rust"
Expand Down
1 change: 1 addition & 0 deletions github-webhook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "github-webhook"
version.workspace = true
rust-version.workspace = true
edition = "2021"

build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions type-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "github-webhook-type-generator"
version.workspace = true
rust-version.workspace = true
edition = "2021"

description = "GitHub webhook payload type generator for Rust"
Expand Down