summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2018-10-08 02:30:22 +0200
committerVincent Breitmoser <look@my.amazin.horse>2018-10-08 15:53:41 +0200
commit1ad33a2596a021e271c0a42f85f54a7dc52f378f (patch)
tree59cce8b276ec75e990ae983577a69b8728b90994 /Cargo.toml
parentf63ee2f9eafc7eb416c0d1883886c226ccf6713b (diff)
use itertools for joining lines, and some cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e3fbc4f..23428b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,5 +6,6 @@ authors = ["Nora <nora.widdecke@tu-bs.de>"]
[dependencies]
libc = "0.2.43"
chrono = "0.4"
+itertools = "0.7.8"
log = "0.4.5"
simple_logger = "1.0.1"