forge-gen 0.1.3

Unified code generator — SDKs, IaC providers, schemas, and docs from OpenAPI specs
1
2
3
4
5
6
7
8
9
10
11
{
  description = "forge-gen — unified code generator from OpenAPI specs";

  # substrate.rust.service dispatches over Cargo.gen.lock (the slim gen delta,
  # reconstructed to the full BuildSpec in pure Nix) — no crate2nix, no Cargo.nix.
  inputs.substrate.url = "github:pleme-io/substrate";

  outputs = { substrate, ... }: substrate.rust.service {
    src = ./.;
  };
}