Skip to content

Commit b4fe6d4

Browse files
committed
oci: Re-export composefs crate
This is a followup to the commit which re-exports via cfsctl; it's cleaner to make this transient here too. Assisted-by: OpenCode (Claude Opus) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent f8c5e17 commit b4fe6d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • crates/composefs-oci/src

crates/composefs-oci/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ pub mod oci_image;
1717
pub mod skopeo;
1818
pub mod tar;
1919

20+
// Re-export the composefs crate for consumers who only need composefs-oci
21+
pub use composefs;
22+
2023
use std::{collections::HashMap, sync::Arc};
2124

2225
use anyhow::{bail, ensure, Context, Result};

0 commit comments

Comments
 (0)