Skip to content

Commit

Permalink
lib: Re-export containers_image_proxy in full
Browse files Browse the repository at this point in the history
We currently expose a type from that, so we might as well
just re-export the whole thing.

I want to do some stuff directly with containers in bootc.
  • Loading branch information
cgwalters committed May 23, 2024
1 parent c0e8c8f commit d94395b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d94395b

Please sign in to comment.