[package] name = "webgit" description = "A lightweight web frontend for git repositories" version = "0.1.0" authors = ["Katharina Fey "] edition = "2018" [dependencies] actix-files = "0.2" actix-web = "2.0.0" actix-rt = "1.0.0" askama = "0.8" env_logger = "0.6" git2 = "0.11" [build-dependencies] askama = "0.8"