Add dependency: libimagrt
This commit is contained in:
parent
73f9f2d36f
commit
6909410a43
2 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,6 @@ walkdir = "0.1.5"
|
|||
crossbeam = "0.2.9"
|
||||
clap = "2.*"
|
||||
|
||||
[dependencies.libimagrt]
|
||||
path = "../libimagrt"
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ extern crate clap;
|
|||
#[macro_use] extern crate version;
|
||||
extern crate walkdir;
|
||||
|
||||
extern crate libimagrt;
|
||||
|
||||
use std::env;
|
||||
use std::process::exit;
|
||||
use std::process::Command;
|
||||
|
|
Loading…
Reference in a new issue