hive-forge: add markdown-docs generator and CI freshness check

This commit is contained in:
damocles 2026-09-02 19:01:51 +02:00 committed by mara
commit d27cf6ce3e
8 changed files with 1453 additions and 1 deletions

View file

@ -11,6 +11,7 @@ path = "src/main.rs"
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
clap-markdown = "0.1"
# `sync` = blocking client (hive-forge is a blocking CLI). TLS backend comes
# from feature unification on reqwest — which only works because forgejo-api
# and this crate now resolve to the SAME reqwest version; cargo unifies