mirror of https://github.com/dswd/vpncloud.git
21 lines
358 B
TOML
21 lines
358 B
TOML
[package]
|
|
name = "vpncloud"
|
|
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"
|
|
log = "0.3"
|
|
epoll = "0.2"
|
|
sodiumoxide = {version = "0.0.9", optional = true}
|
|
|
|
[build-dependencies]
|
|
gcc = "0.3"
|
|
|
|
[features]
|
|
default = []
|
|
crypto = ["sodiumoxide"]
|