Refactor ClientConfig, add serde to it

This commit is contained in:
Paul Hauner
2019-06-07 19:44:27 -04:00
parent 39ec96ad82
commit e73a31c37f
15 changed files with 223 additions and 229 deletions

View File

@@ -6,5 +6,4 @@ error_chain! {
links {
Network(network::error::Error, network::error::ErrorKind);
}
}