init logger in aquatic_cli_helpers crate

This commit is contained in:
Joakim Frostegård 2020-08-02 21:21:58 +02:00
parent 427c0bc7c3
commit 8d58f8bb70
15 changed files with 113 additions and 119 deletions

3
Cargo.lock generated
View file

@ -43,6 +43,7 @@ dependencies = [
"anyhow",
"gumdrop",
"serde",
"simplelog",
"toml",
]
@ -78,7 +79,6 @@ dependencies = [
"quickcheck_macros",
"rand",
"serde",
"simplelog",
"smartstring",
"socket2",
]
@ -210,7 +210,6 @@ dependencies = [
"quickcheck_macros",
"rand",
"serde",
"simplelog",
"socket2",
"tungstenite",
]