summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-13 17:44:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-13 18:33:51 +0100
commitac134aba4b7928c6593f8896809067057dfb4869 (patch)
tree8ab1f7814510df4892aae298fce8a7782feee3d0 /Cargo.toml
parent1558a2817081d9110eff20f5d429125e460d9a81 (diff)
Add command to show a single job from the database
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 a9e3a10..9e089e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,6 +43,7 @@ result-inspect = "0.1"
sha1 = { version = "0.6", features = ["std"] }
sha2 = "0.9"
reqwest = { version = "0.10", features = [ "stream" ] }
+colored = "2"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }