aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-22 14:04:13 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-22 14:04:13 -0600
commit2988da14bed5f628cf4cd90eca0eec3c11f0c061 (patch)
tree1f8b9f6e18b659f778715829c8259e8c2868cda7 /Cargo.toml
parent5c13375f554103c5a9cc78f902020744d35c24f2 (diff)
downloadgityeet-2988da14bed5f628cf4cd90eca0eec3c11f0c061.tar.gz
gityeet-2988da14bed5f628cf4cd90eca0eec3c11f0c061.zip
add syntax highlighting to files
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 f9645e9..74937c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,4 +14,5 @@ clap = "2.33.3"
eyre = "0.6.5"
git2 = "0.13.18"
pulldown-cmark = "0.8.0"
+syntect = "4.5.0"
tide = "0.16.0"