summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-13 19:58:44 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-01 14:48:41 +0100
commit611fcbc7746e4a1ebaf4faec83caf1e1c78f31f3 (patch)
tree29e323561ad6041a7f6173071c9ef53a54658321 /bin/domain/imag-todo/Cargo.toml
parent8e0be9f1f7d5ad7e3ea8d1288d3d45f8f3a56d47 (diff)
Implement imag-todo-show table view by default
By passing -T, plaintext output can be generated. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'bin/domain/imag-todo/Cargo.toml')
-rw-r--r--bin/domain/imag-todo/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml
index 3cb37b5a..210f1bce 100644
--- a/bin/domain/imag-todo/Cargo.toml
+++ b/bin/domain/imag-todo/Cargo.toml
@@ -30,6 +30,7 @@ filters = "0.3"
kairos = "0.3"
resiter = "0.4.0"
handlebars = "2"
+prettytable-rs = "0.8.0"
libimagrt = { version = "0.10.0", path = "../../../lib/core/libimagrt" }
libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }