Add imports
This commit is contained in:
parent
3eb5e82839
commit
8eeb8bb310
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@ extern crate libimagentrylist;
|
||||||
mod ui;
|
mod ui;
|
||||||
use ui::build_ui;
|
use ui::build_ui;
|
||||||
|
|
||||||
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
use libimagref::reference::Ref;
|
||||||
|
use libimagref::flags::RefFlags;
|
||||||
|
use libimagerror::trace::trace_error;
|
||||||
|
use libimagrt::setup::generate_runtime_setup;
|
||||||
|
use libimagrt::runtime::Runtime;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let rt = generate_runtime_setup("imag-ref",
|
let rt = generate_runtime_setup("imag-ref",
|
||||||
&version!()[..],
|
&version!()[..],
|
||||||
|
|
Loading…
Reference in a new issue