summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-03 18:09:58 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 18:16:48 +0100
commit61851845eeb918ecae253b9391a33315ee204d1c (patch)
tree6337c53757607d0214b2f53bde66f2a704d39ef6 /Cargo.toml
parent130b1f5b807e56ddbffdf6ab219c2b9eff0ed8f4 (diff)
Add subcommand to show all artifacts from db
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a0b7ab..aff87e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,8 @@ filters = "0.4.0"
indoc = "1"
diesel = { version = "1.4", features = ["postgres"] }
which = "4"
+ascii_table = "3"
+terminal_size = "0.1"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }