summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 57f169b3212c3d4804fc0c7564586a2b837fa933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "shiplift"
version = "0.0.1"
authors = ["softprops <d.tangren@gmail.com>"]


[dependencies]
mime = "0.0.10"
httparse = "0.1.1"
hyper = "0.3.14"
jed = "0.1.0"
openssl = "0.6.1"
unix_socket = "0.3.2"
url = "0.2.31"
rustc-serialize = "0.3.13"