shimunn fa84103e8a
Some checks are pending
continuous-integration/drone/push Build is failing
added feature to Cargo.toml
2019-01-19 22:47:23 +01:00

20 lines
279 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"
[profile.release]
lto = true
[features]
addrem = []