lib: Export ffi too

Matching how gtk-rs does it.  Right now rpm-ostree does depend
on interacting with `ostree-sys` via the cxxrs bits.
This commit is contained in:
Colin Walters 2021-08-06 16:35:13 -04:00
parent 9a5f14ce68
commit f9a91bfabd
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,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 ffi;
pub use gio;
pub use glib;