mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-01 23:11:18 +00:00
Playground feature to get serde_derive picked up by integer32 playground
This commit is contained in:
parent
3f25cd9a7e
commit
d1f0112bfb
@ -24,5 +24,11 @@ alloc = ["unstable"]
|
|||||||
collections = ["alloc"]
|
collections = ["alloc"]
|
||||||
unstable-testing = ["unstable", "std"]
|
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]
|
[dev-dependencies]
|
||||||
serde_derive = "0.9"
|
serde_derive = "0.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user