-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (27 loc) · 995 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "giistr_api"
version = "0.1.0"
authors = ["jeremyletang <[email protected]>"]
[dependencies]
backit = { git = "https://github.com/jeremyletang/backit", features = ["postgres"] }
#backit = { path = "../backit", features = ["postgres"]}
chrono = "0.2"
env_logger = "0.3.4"
hyper = { version = "0.9.10", default-features = false }
iron = "0.4.0"
log = "0.3.6"
mount = "0.2.1"
router = "0.2.0"
serde = "0.8.19"
serde_json = "0.8.3"
serde_derive = "0.8.19"
time = "0.1.35"
unicase = "1.4.0"
diesel = "0.8.2"
diesel_codegen = { version = "0.8.2", features = ["postgres"], optional = false }
#diesel = { git = "https://github.com/jeremyletang/diesel", default-features = false, features = ["postgres"] }
#diesel_codegen = { git = "https://github.com/jeremyletang/diesel", default-features = false, features = ["postgres"] }
r2d2 = "0.7.1"
r2d2-diesel = "0.8.0"
#r2d2-diesel = { git = "https://github.com/jeremyletang/r2d2-diesel" }
uuid = { version = "0.2", features = ["v4"] }