aboutsummaryrefslogtreecommitdiff
path: root/derive/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-01-21 14:57:41 +0100
committerMax Audron <audron@cocaine.farm>2021-01-21 14:57:41 +0100
commit6a6b1197f4ebc826c6b15eb3ca7f9e3efca1be19 (patch)
tree2e6771af51fe1aec0da0e5d44b2c9ba7318451fa /derive/Cargo.toml
parentreorganize tests and add quassel features (diff)
add to and from network derive
Diffstat (limited to 'derive/Cargo.toml')
-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"