Move the json integration to its own file to keep the serde stuff separate.

This commit is contained in:
Tom Alexander
2020-12-29 18:21:12 -05:00
parent a9a83d1b4a
commit 900d929869
4 changed files with 704 additions and 697 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Tom Alexander <tom@fizz.buzz>"]
edition = "2018"
[features]
default = []
default = ["json-integration"]
json-integration = ["serde", "serde_json"]
[lib]