23 lines
326 B
TOML
23 lines
326 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"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[features]
|
|
|
|
default = ["addrem"]
|
|
|
|
addrem = []
|