aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Cargo.toml
blob: 94a9a0919eef6a59bb9f98091326c1654773f184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "fatcat"
version = "0.1.0"
authors = ["Bryan Newbold <bnewbold@archive.org>"]

[dependencies]
diesel = { version = "1.0.0", features = ["postgres"] }
dotenv = "0.9.0"
clap = "*"

# API server
chrono = { version = "0.4", features = ["serde"] }
futures = "0.1"
hyper = "0.10"
#hyper-openssl = "0.2"
iron = "0.5"
iron-slog = "*"
iron-test = "*"
swagger = "0.7"

# TODO
#sentry = "*"
#cadence = "*"
#frank_jwt = "*"