From a7851bb2a8583773fed590b34191715b7ec2d713 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 10 Dec 2019 16:52:14 +0100 Subject: Initial code dump of Rust and templates --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f21eac1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "webgit" +description = "A lightweight web frontend for git repositories" +version = "0.1.0" +authors = ["Katharina Fey "] +edition = "2018" + +[dependencies] +actix-files = "0.1.7" +actix-web = "1.0.0" +askama = "0.8" +env_logger = "0.6" + +[build-dependencies] +askama = "0.8" \ No newline at end of file -- cgit v1.2.3