-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (34 loc) · 699 Bytes
/
Cargo.toml
File metadata and controls
42 lines (34 loc) · 699 Bytes
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
[package]
name = "tujiao-api"
version = "0.1.0"
authors = ["arden <arden@tujiao.com>"]
description = "the tujiao api"
repository = ""
readme = "README.md"
keywords = ["tujiao"]
[lib]
name = "tujiaoapi"
path = "src/lib.rs"
[[bin]]
name = "tujiao-api"
test = false
bench = false
doctest = false
path = "src/main.rs"
[dependencies]
time = "*"
uuid = "*"
log = "*"
chrono = "*"
plugin = "*"
typemap = "*"
rustc-serialize = "*"
[dependencies.mysql]
mysql = "*"
default-features = false
[dependencies.nickel]
git = "https://github.com/arden/nickel.rs"
[dependencies.jsonway]
git = "https://github.com/rustless/jsonway"
[dependencies.nickel_mysql]
git = "https://github.com/arden/nickel-mysql.git"