Skip to main content

auths_cli/commands/artifact/
core.rs

1//! Re-exports from auths-sdk artifact port.
2//!
3//! The canonical types live in `auths_sdk::ports::artifact`.
4//! This module provides backwards-compatible re-exports.
5
6pub use auths_sdk::ports::artifact::{ArtifactDigest, ArtifactMetadata, ArtifactSource};