improve contribution to add examples, fix some clippy warns

This commit is contained in:
Marc-Antoine Arnaud
2021-02-08 14:10:08 +01:00
parent a65fa84f75
commit 6492efcfdc
12 changed files with 320 additions and 281 deletions

View File

@@ -3,10 +3,11 @@ name = "yaserde-examples"
version = "0.0.1"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com>"]
license = "MIT"
edition = "2018"
[dependencies]
yaserde = {version = "0.5.1", path = "../../yaserde" }
yaserde_derive = {version = "0.5.1", path = "../../yaserde_derive" }
yaserde = {version = "0.5.1", path = "../yaserde" }
yaserde_derive = {version = "0.5.1", path = "../yaserde_derive" }
xml-rs = "0.8.0"
log = "0.4"
simple_logger = "1.0"