Reexport yaserde_derive macros when derive feature is enabled

This commit is contained in:
Nikita Vilunov
2023-02-18 14:45:02 +01:00
parent c6da58188c
commit 4ea06fa06f
7 changed files with 9 additions and 6 deletions

View File

@@ -6,5 +6,4 @@ license = "MIT"
edition = "2018"
[dependencies]
yaserde = {version = "0.8.0", path = "../yaserde" }
yaserde_derive = {version = "0.8.0", path = "../yaserde_derive" }
yaserde = {version = "0.8.0", path = "../yaserde", features = ["yaserde_derive"] }