Merge pull request #755 from serde-rs/playground

Playground feature to get serde_derive picked up by integer32 playground
This commit is contained in:
David Tolnay 2017-02-09 17:50:39 -08:00 committed by GitHub
commit 8a21bbc720

View File

@ -24,5 +24,11 @@ alloc = ["unstable"]
collections = ["alloc"]
unstable-testing = ["unstable", "std"]
# to get serde_derive picked up by play.integer32.com
playground = ["serde_derive"]
[dependencies]
serde_derive = { version = "0.9", optional = true }
[dev-dependencies]
serde_derive = "0.9"