removed need for xml-rs and log in projects using yaserde

This commit is contained in:
Oscar Beaumont
2021-06-29 02:45:30 +08:00
parent 1ed18f5ff8
commit 979ea4c23d
8 changed files with 55 additions and 63 deletions

View File

@@ -8,6 +8,3 @@ edition = "2018"
[dependencies]
yaserde = {version = "0.7.0", path = "../yaserde" }
yaserde_derive = {version = "0.7.0", path = "../yaserde_derive" }
xml-rs = "0.8.3"
log = "0.4"
simple_logger = "1.11.0"