aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: eb2edce9ca2c3b3b1035a76719421788e5ea507e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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.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"