From 0b1563bc56cf20f8a63d5b90783294a1eb11ea17 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 22 Apr 2021 02:17:34 -0600 Subject: get rolling with HTTP and templates --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5e7f2dc..32772ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +askama = { version = "0.10.5", features = ["with-tide"] } +askama_tide = "0.13.0" +async-std = { version = "1.8.0", features = ["attributes"] } +tide = "0.16.0" -- cgit v1.2.3