mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2025-12-25 07:59:30 +01:00
25 lines
604 B
TOML
25 lines
604 B
TOML
[package]
|
|
name = "wrkflw-github"
|
|
version = "0.7.3"
|
|
edition.workspace = true
|
|
description = "GitHub API integration for wrkflw workflow execution engine"
|
|
license.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
categories.workspace = true
|
|
|
|
[dependencies]
|
|
# Internal crates
|
|
wrkflw-models.workspace = true
|
|
|
|
# External dependencies from workspace
|
|
serde.workspace = true
|
|
serde_yaml.workspace = true
|
|
serde_json.workspace = true
|
|
reqwest.workspace = true
|
|
thiserror.workspace = true
|
|
lazy_static.workspace = true
|
|
regex.workspace = true
|