aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7b19748908ec100d7cd4bdc09cca7bcccfa1e45e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "webgit"
description = "A lightweight web frontend for git repositories"
version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"

[dependencies]
actix-files = "0.1.7"
actix-web = "1.0.0"
askama = "0.8"
env_logger = "0.6"
git2 = "0.11"

[build-dependencies]
askama = "0.8"