Playground feature to get serde_derive picked up by integer32 playground

This commit is contained in:
David Tolnay 2017-02-08 12:37:40 -08:00
parent 3f25cd9a7e
commit d1f0112bfb
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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"