-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
52 lines (38 loc) · 823 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[package]
name = "team"
version = "0.1.0"
authors = ["Dongri Jin <[email protected]>"]
[dependencies]
iron = "0.5.1"
router = "0.5.1"
mount = "0.3.0"
persistent = "0.3.0"
staticfile = "0.4.0"
params = "0.6.0"
iron-sessionstorage = "0.6.6"
urlencoded = "0.5.0"
url = "1.0"
oauth2 = "1.2.1"
reqwest = "0.6.0"
postgres = { version = "0.14.1", features = ["with-chrono"] }
r2d2 = "0.7.2"
r2d2_postgres = "0.12.0"
handlebars-iron = "0.24.1"
serde = "1.0.7"
serde_json = "1.0.2"
serde_derive = "1.0.7"
rust-crypto = "0.2.36"
slack-hook = "0.4"
time = "0.1"
chrono = { version = "0.3", features = ["serde", "rustc-serialize"] }
diff = "0.1.10"
hyper = "0.11.0"
hyper-tls = "0.1.1"
futures = "0.1.14"
tokio-core = "0.1.8"
log = "0.3"
fern = "0.4"
envy = "0.3"
lazy_static = "0.2.8"
[features]
integration_tests = []