diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 297aad64..3fbb5e4f 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -16,6 +16,7 @@ // Re-export our dependencies. See https://gtk-rs.org/blog/2021/06/22/new-release.html // "Dependencies are re-exported". Users will need e.g. `gio::File`, so this avoids // them needing to update matching versions. +pub use containers_image_proxy; pub use containers_image_proxy::oci_spec; pub use ostree; pub use ostree::gio;