aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f9645e9ebf4cf1037a26ee63591c6979c8b3cce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gityeet"
version = "0.1.0"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
askama = { version = "0.10.5", features = ["with-tide"] }
askama_tide = "0.13.0"
async-std = { version = "1.8.0", features = ["attributes"] }
clap = "2.33.3"
eyre = "0.6.5"
git2 = "0.13.18"
pulldown-cmark = "0.8.0"
tide = "0.16.0"