about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b32bd023d5..f521d0c39d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,9 @@ authors = ["Vincent Ambo <mail@tazj.in>"]
 [dependencies]
 libc = "0.2"
 failure = "0.1"
+systemd = "0.3"
+log = "0.4"
+env_logger = "0.5"
 
 [build-dependencies]
 pkg-config = "0.3"