From 2d24e753c1ee1048f00e7635c10a6ae4b3bd7248 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 14 Mar 2017 20:58:20 +0000 Subject: [PATCH] Add dependancies --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 24920a8..621e961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,7 @@ version = "0.1.0" authors = ["Jake Howard "] [dependencies] +tera = "0.8.0" +html5ever = "0.13.1" +markdown = "0.2.0" +yaml-rust = "0.3.5"