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

11 lines
157 B
Rust

extern crate gio;
extern crate glib;
extern crate openat;
extern crate ostree;
extern crate tempfile;
#[macro_use]
extern crate maplit;
mod repo;
mod util;