fix README link

This commit is contained in:
Marc-Antoine Arnaud 2018-04-09 19:13:38 +02:00
parent 3770f30548
commit b318dda8a7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/media-io/yaserde"
homepage = "https://github.com/media-io/yaserde"
documentation = "https://docs.rs/yaserde"
readme = "README.md"
readme = "../README.md"
[dependencies]
yaserde_derive = { path = "../yaserde_derive", optional = true }

View File

@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/media-io/yaserde"
homepage = "https://github.com/media-io/yaserde"
documentation = "https://docs.rs/yaserde"
readme = "README.md"
readme = "../README.md"
[dependencies]
syn = { version = "0.12.14", features = ["visit", "extra-traits"] }