blob: 177c77f99a57fbfae5563293ec36650ddd6445a9 (
plain) (
tree)
|
|
[package]
name = "wgconfd"
version = "0.1.0"
authors = ["Hristo Venev <hristo@venev.name>"]
edition = "2018"
[dependencies]
arrayref = "*"
serde = "*"
serde_derive = "*"
serde_json = "*"
chrono = "*"
curl = "*"
[profile.release]
panic = "abort"
|