-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCargo.toml
43 lines (39 loc) · 811 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
[package]
authors = ["yinyanlv <yanlv.yin@gmail.com>"]
name = "runner"
version = "0.0.0"
[dependencies]
handlebars-iron = "^0.25.2"
hyper = "^0.10.13"
hyper-native-tls = "^0.2.4"
iron = "^0.5.1"
lazy_static = "^0.2.8"
lettre = "^0.6.2"
log4rs = "^0.7.0"
mime = "^0.2.6"
mount = "^0.3.0"
multipart = "^0.12.0"
mysql = "^12.0.1"
pulldown-cmark = "^0.1.0"
rand = "^0.3.16"
regex = "^0.2.2"
router = "^0.5.1"
rss = "^0.4.0"
rust-crypto = "^0.2.36"
schedule = "^0.1.0"
serde = "^1.0.14"
serde_derive = "^1.0.14"
serde_json = "^1.0.2"
staticfile = "^0.4.0"
toml = "^0.4.5"
url = "^1.5.1"
urlencoded = "^0.5.0"
[dependencies.chrono]
features = ["serde"]
version = "^0.4.0"
[dependencies.iron-sessionstorage2]
features = ["redis-backend"]
version = "^0.7.1"
[dependencies.uuid]
features = ["v4"]
version = "^0.5.1"