Merge pull request #755 from serde-rs/playground
Playground feature to get serde_derive picked up by integer32 playground
This commit is contained in:
commit
8a21bbc720
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user