extern crate gio; extern crate glib; extern crate openat; extern crate ostree; extern crate tempfile; #[macro_use] extern crate maplit; mod functions; mod repo; #[cfg(feature = "v2020_2")] mod sign; mod util;