summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-20 18:59:41 +0200
committerrabite <rabite@posteo.de>2019-04-20 19:00:05 +0200
commit2974d744a68e3edec3ddc6b3a6c1db32eb80fa28 (patch)
treec8654781b62d51b37c56e8a3d47c81e7e24711b6 /src/main.rs
parent55675e0c5ef4910152cb3d06ec548c973d7d678d (diff)
use libraryized pathbuftools
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index ea3d908..837a9ac 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -23,6 +23,7 @@ extern crate signal_notify;
extern crate tree_magic;
extern crate systemstat;
extern crate osstrtools;
+extern crate pathbuftools;
use failure::Fail;