aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-22 05:08:11 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-22 05:08:11 -0600
commit1fc46e3c0bd0075f6ca9eeb50eecad10dbf767b8 (patch)
tree9680e67b5d592fe803981784f9dbc8da3f469717 /Cargo.toml
parent7c0daee1843e36c4c204c653a2ce010e4e0f98b2 (diff)
downloadgityeet-1fc46e3c0bd0075f6ca9eeb50eecad10dbf767b8.tar.gz
gityeet-1fc46e3c0bd0075f6ca9eeb50eecad10dbf767b8.zip
actually render the readme
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 a0607dd..f9645e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,4 +13,5 @@ async-std = { version = "1.8.0", features = ["attributes"] }
clap = "2.33.3"
eyre = "0.6.5"
git2 = "0.13.18"
+pulldown-cmark = "0.8.0"
tide = "0.16.0"