Skip to content

Commit 87e55d9

Browse files
authored
Merge pull request #13 from coderthoughts/xml-parser-sq
Refactor XML parser
2 parents 67a6fc3 + 9459b0b commit 87e55d9

File tree

2 files changed

+216
-174
lines changed

2 files changed

+216
-174
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ regex = "1.9"
88
tempfile = "3.8"
99
zip = "0.6"
1010
walkdir = "2.3"
11-
xml_dom = "0.2"
1211
unicode-bom = "2.0"
1312
clap = { version = "4.3.19", features = ["derive"] }
13+
quick-xml = "0.31"
14+
uuid = { version = "1.6", features = ["v4"] }
1415

1516
[dev-dependencies]
1617
gag = "1.0"

0 commit comments

Comments
 (0)