Pretty-print JSON of server snapshot

This commit is contained in:
Antonio Scandurra 2022-05-26 09:34:39 +02:00
parent 742dd75041
commit 3ac6fc89c1
16 changed files with 45 additions and 24 deletions

View file

@ -26,7 +26,7 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1"
postage = { version = "0.4.1", features = ["futures-traits"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = { version = "1", features = ["preserve_order"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
smallvec = { version = "1.6", features = ["union"] }
[dev-dependencies]