refactor(location): switch to rust based xml parsing

This commit is contained in:
dignifiedquire
2019-08-16 12:41:13 +02:00
committed by holger krekel
parent 5ea2da4245
commit b2a6876a50
4 changed files with 184 additions and 158 deletions

View File

@@ -47,6 +47,7 @@ backtrace = "0.3.33"
byteorder = "1.3.1"
itertools = "0.8.0"
image-meta = "0.1.0"
quick-xml = "0.15.0"
[dev-dependencies]
tempfile = "3.0"