conduit-git-http-backend 0.7.5

Conduit handler for running `git http-backend` and serving up a git repository.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "conduit-git-http-backend"
version = "0.7.5"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["conduit"]
repository = "https://github.com/alexcrichton/conduit-git-http-backend"
homepage = "https://github.com/alexcrichton/conduit-git-http-backend"
documentation = "http://alexcrichton.com/conduit-git-http-backend"
description = """
Conduit handler for running `git http-backend` and serving up a git repository.
"""

[dependencies]
conduit = "0.7"
flate2 = "0.2"