vpncloud/Cargo.toml

16 lines
257 B
TOML
Raw Normal View History

2015-11-19 15:34:20 +00:00
[package]
name = "ethcloud"
version = "0.1.0"
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
build = "build.rs"
[dependencies]
time = "0.1"
docopt = "0.6"
rustc-serialize = "0.3"
2015-11-20 08:11:54 +00:00
log = "0.3"
epoll = "0.2"
2015-11-19 15:34:20 +00:00
[build-dependencies]
gcc = "0.3"