aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 177c77f99a57fbfae5563293ec36650ddd6445a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"