Skip to content

Commit

Permalink
chore: add metadata fields to Cargo.toml for gh-workflow and gh-workf…
Browse files Browse the repository at this point in the history
…low-macros
  • Loading branch information
tusharmath committed Nov 29, 2024
1 parent 2423db8 commit a13bca8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/gh-workflow-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "gh-workflow-macros"
version = "0.1.0"
edition = "2021"

description = "macros for gh-workflow"
license = "Apache-2.0"
documentation = "https://docs.rs/gh-workflow"
homepage = "https://github.com/tailcallhq/gh-workflow"
repository = "https://github.com/tailcallhq/gh-workflow"
keywords = ["github", "actions", "workflow", "generator"]

[lib]
proc-macro = true

Expand Down
1 change: 1 addition & 0 deletions crates/gh-workflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = "Apache-2.0"
documentation = "https://docs.rs/gh-workflow"
homepage = "https://github.com/tailcallhq/gh-workflow"
repository = "https://github.com/tailcallhq/gh-workflow"
keywords = ["github", "actions", "workflow", "generator"]

[dependencies]
async-trait = "0.1.83"
Expand Down

0 comments on commit a13bca8

Please sign in to comment.