xso: enable rxml macros when enabling xso_proc
Jonas Schäfer
created
We build syn then anyway, so we can build rxml macros, too.
Change summary
xso/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -25,7 +25,7 @@ uuid = { version = "1", optional = true }
base64 = { version = "0.22", optional = true }
[features]
-macros = [ "dep:xso_proc" ]
+macros = [ "dep:xso_proc", "rxml/macros" ]
minidom = [ "xso_proc/minidom"]
panicking-into-impl = ["xso_proc/panicking-into-impl"]