summary refs log tree commit diff stats
path: root/rocie-macros/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-23 01:36:39 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-23 01:36:39 +0200
commit7bff22756beec82b4a1470e2d325b706dc56e5f2 (patch)
tree1566965125cfd5fbd73d654e9ee6ca8256301411 /rocie-macros/Cargo.toml
parentfeat(form): Re-write the form macro as a proc macro (diff)
downloadweb-client-7bff22756beec82b4a1470e2d325b706dc56e5f2.zip
feat(buy): Provide basic buy interface
Diffstat (limited to 'rocie-macros/Cargo.toml')
-rw-r--r--rocie-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rocie-macros/Cargo.toml b/rocie-macros/Cargo.toml
index 01e9e5c..afbb942 100644
--- a/rocie-macros/Cargo.toml
+++ b/rocie-macros/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
 [dependencies]
 proc-macro2 = "1.0.101"
 quote = "1.0.41"
-syn = {version = "2.0.106", features = []}
+syn = { version = "2.0.106", features = ["full"] }
 prettyplease = "0.2"
 
 [lib]