// Copyright 2022 Oxide Computer Company
//! Support for generated clients.
pub use crate*;
// For stand-alone crates, rather than adding a dependency on
// progenitor-client, we simply dump the code right in. This means we don't
// need to determine the provenance of progenitor (crates.io, github, etc.)
// when generating the stand-alone crate.