From 6a6b1197f4ebc826c6b15eb3ca7f9e3efca1be19 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 21 Jan 2021 14:57:41 +0100 Subject: add to and from network derive --- derive/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 derive/Cargo.toml (limited to 'derive/Cargo.toml') diff --git a/derive/Cargo.toml b/derive/Cargo.toml new file mode 100644 index 0000000..bc4ed2f --- /dev/null +++ b/derive/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "libquassel-derive" +version = "0.1.0" +authors = ["Max Audron "] +edition = "2018" + +[lib] +proc-macro = true + +[dependencies] +syn = { version = "1.0", features = ["full", "extra-traits", "derive"] } +quote = "1.0" +proc-macro2 = "1.0" +darling = "0.12" -- cgit v1.2.3