Add JSON deposit data to create

This commit is contained in:
Paul Hauner
2022-08-15 14:31:01 +10:00
parent 96692b8e43
commit 9503e338b5
5 changed files with 113 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ safe_arith = {path = "../consensus/safe_arith"}
slot_clock = { path = "../common/slot_clock" }
filesystem = { path = "../common/filesystem" }
sensitive_url = { path = "../common/sensitive_url" }
serde = { version = "1.0.116", features = ["derive"] }
serde_json = "1.0.58"
[dev-dependencies]
tempfile = "3.1.0"