summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-13 18:29:27 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-13 18:33:51 +0100
commit2dee992fe19cc32a2a769b9674c7876245518e5f (patch)
treefffc01efb4b2307ea1f9f772ea78008ef568efee /Cargo.toml
parent660896cf9d2fb5d7f3827bcfc617d1a48e1ee692 (diff)
Add flag to show script, highlighted automatically
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 9e089e4..41637b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,6 +44,7 @@ sha1 = { version = "0.6", features = ["std"] }
sha2 = "0.9"
reqwest = { version = "0.10", features = [ "stream" ] }
colored = "2"
+syntect = "4.4"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }