aboutsummaryrefslogtreecommitdiff
path: root/derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--derive/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
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 <audron@cocaine.farm>"]
+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"