diff --git a/crates/gh-workflow/Cargo.toml b/crates/gh-workflow/Cargo.toml index d5b90c5..b348e00 100644 --- a/crates/gh-workflow/Cargo.toml +++ b/crates/gh-workflow/Cargo.toml @@ -9,6 +9,7 @@ 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"] +readme = "../../README.md" [dependencies] async-trait = "0.1.83"