summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-18 16:53:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-18 16:53:45 +0200
commit5025ddd494067d80726fa6124c33414d62a1d726 (patch)
treeb9c3d4840f0c26578c7f533f02a218aa5410ed6d /libimagstorestdhook/src/lib.rs
parentc3618ecfde96aa3f45766b7494da1597eb7466c2 (diff)
Add dependencies
Diffstat (limited to 'libimagstorestdhook/src/lib.rs')
-rw-r--r--libimagstorestdhook/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libimagstorestdhook/src/lib.rs b/libimagstorestdhook/src/lib.rs
index 5f3ca937..d6c00a91 100644
--- a/libimagstorestdhook/src/lib.rs
+++ b/libimagstorestdhook/src/lib.rs
@@ -19,6 +19,8 @@ extern crate toml;
extern crate fs2;
extern crate libimagstore;
+extern crate libimagentrylink;
+extern crate libimagutil;
pub mod debug;
pub mod flock;