This commit is contained in:
2023-11-04 15:31:56 +01:00
parent 5a238f6521
commit 93c43d3448
4 changed files with 61 additions and 26 deletions

View File

@@ -11,3 +11,6 @@ time = { version = "0.3", features = [ "formatting" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
roxmltree = "0.18"
[dev-dependencies]
pretty_assertions = "1.4"