From d9889771d6786378502869d47046cfb2dc180afe Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 2 Apr 2019 15:18:18 -0400 Subject: [PATCH] a few new dependencies --- libcitadel/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libcitadel/Cargo.toml b/libcitadel/Cargo.toml index 1c32025..1fa000d 100644 --- a/libcitadel/Cargo.toml +++ b/libcitadel/Cargo.toml @@ -14,4 +14,12 @@ serde_derive = "1.0.82" lazy_static = "1.2.0" sodiumoxide = "0.2.0" hex = "0.3.2" +byteorder = "1" +bincode = "=1.0.1" +walkdir = "2" +dbus = "0.6" +[dependencies.inotify] +version = "0.7" +default-features = false +features = []