ostree/rust-bindings/rust/tests/tests.rs

14 lines
210 B
Rust

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;