Move the json integration to its own file to keep the serde stuff separate.
This commit is contained in:
@@ -5,7 +5,7 @@ authors = ["Tom Alexander <tom@fizz.buzz>"]
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["json-integration"]
|
||||
json-integration = ["serde", "serde_json"]
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user