summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-19 21:54:39 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-19 21:54:39 +0200
commit91a72709f8c72aef8d12658fd20410177e424f6a (patch)
tree8ae0deb18e9d79b6ff8c09fb670eb1580f078828 /lib/entry/libimagentryview/Cargo.toml
parentbed49b6ece5ef67689472e0eb7c4cbfc3167f5e0 (diff)
Add wrapping functionality to StdoutViewer
Diffstat (limited to 'lib/entry/libimagentryview/Cargo.toml')
-rw-r--r--lib/entry/libimagentryview/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml
index 3d00b01e..4c702043 100644
--- a/lib/entry/libimagentryview/Cargo.toml
+++ b/lib/entry/libimagentryview/Cargo.toml
@@ -23,6 +23,7 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
toml = "0.4"
error-chain = "0.11"
+textwrap = "0.9"
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }