Add dependencies
This commit is contained in:
parent
e250ca632e
commit
8fd52d0ef1
2 changed files with 16 additions and 0 deletions
|
@ -4,3 +4,14 @@ version = "0.2.0"
|
|||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
||||
tempfile = "2.1.1"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
[dependencies.libimagrt]
|
||||
path = "../libimagrt"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
#[macro_use] extern crate libimagerror;
|
||||
extern crate libimagstore;
|
||||
extern crate libimagrt;
|
||||
extern crate tempfile;
|
||||
|
||||
pub mod edit;
|
||||
|
|
Loading…
Reference in a new issue