aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 32772ee28ee4b4060c5aeed294e998047ed7e49b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"] }
tide = "0.16.0"