//! Generic OCI registry primitives for XBP.
//!
//! Deploy and CLI depend on traits here; only the `OciClient` adapter
//! talks to `oci-client`.
pub use ;
pub use OciClient;
pub use ;
pub use DefaultOciPromoter;
pub use r#ref::;
pub use DefaultOciResolver;
pub use ;