implements module level logging

This commit is contained in:
Keagan McClelland
2021-09-22 17:42:23 -06:00
committed by Aiden McClelland
parent 596a06d25f
commit a3e307dd38
5 changed files with 178 additions and 7 deletions

View File

@@ -89,6 +89,7 @@ rpassword = "5.0.1"
rpc-toolkit = { version = "*", path = "../rpc-toolkit/rpc-toolkit" }
rust-argon2 = "0.8.3"
scopeguard = "1.1" # because avahi-sys fucks your shit up
sequence_trie = "0.3.6"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_cbor = { package = "ciborium", version = "0.1.0" }
serde_json = "1.0.68"