xso: enable rxml macros when enabling xso_proc

We build syn then anyway, so we can build rxml macros, too.
This commit is contained in:
Jonas Schäfer 2024-08-09 14:49:27 +02:00
parent 6b4886857e
commit 5c990a553c

View file

@ -25,7 +25,7 @@ uuid = { version = "1", optional = true }
base64 = { version = "0.22", optional = true } base64 = { version = "0.22", optional = true }
[features] [features]
macros = [ "dep:xso_proc" ] macros = [ "dep:xso_proc", "rxml/macros" ]
minidom = [ "xso_proc/minidom"] minidom = [ "xso_proc/minidom"]
panicking-into-impl = ["xso_proc/panicking-into-impl"] panicking-into-impl = ["xso_proc/panicking-into-impl"]