Writing pem and config file during node init

This commit is contained in:
Dave Hrycyszyn
2024-06-06 15:29:22 +01:00
parent db0a6a0725
commit 91293296fb
4 changed files with 116 additions and 25 deletions

View File

@@ -10,6 +10,7 @@ base64 = "0.21.7"
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-crdt-derive = { path = "../crates/bft-json-crdt/bft-crdt-derive" }
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
# serde_cbor = "0.11.2" # move to this once we need to pack things in CBOR
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"