summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-log/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-22 14:33:53 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-22 14:33:53 +0200
commitee75d2309c01e4c49718a2355de4c3b05c298745 (patch)
treec1f1aa76f3fabff18a69bf376139ea21fcdd668c /bin/domain/imag-log/Cargo.toml
parent495ad62be63b527588ac9a87066f25dda06e8235 (diff)
Fix: imag-log show should order by datetime
Diffstat (limited to 'bin/domain/imag-log/Cargo.toml')
-rw-r--r--bin/domain/imag-log/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml
index 86390e65..4349d063 100644
--- a/bin/domain/imag-log/Cargo.toml
+++ b/bin/domain/imag-log/Cargo.toml
@@ -26,6 +26,7 @@ log = "0.3"
toml = "0.4"
toml-query = "0.6"
is-match = "0.1"
+itertools = "0.7"
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }