Add appveyor badge to crates.io

This commit is contained in:
David Tolnay 2017-04-13 10:26:47 -07:00
parent afd080d005
commit 304b598a05
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -15,6 +15,7 @@ publish = false # this branch contains breaking changes
[badges]
travis-ci = { repository = "serde-rs/serde" }
appveyor = { repository = "serde-rs/serde" }
[dependencies]
serde_derive = { version = "0.9", optional = true, path = "../serde_derive" }