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