shimunn cb138358ce
Some checks reported errors
continuous-integration/drone/push Build was killed
use thread pool to avoid zombie processes
2019-05-16 20:48:50 +02:00

24 lines
347 B
TOML

[package]
name = "wg-event-gen"
version = "0.1.0"
authors = ["shimun <wg.shimun@shimun.net>"]
edition = "2018"
[dependencies]
hex = "0.3.2"
base64 = "0.10.0"
time = "0.1.42"
structopt = "0.2.14"
structopt-derive = "0.2.14"
derive_builder = "0.7.1"
threadpool = "1.7.1"
[profile.release]
lto = true
[features]
default = ["addrem"]
addrem = []