diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..177c77f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |