Add a few debug logs

This commit is contained in:
Joscha 2022-02-14 01:57:35 +01:00
parent 56a4b8c362
commit bd61530b5f
5 changed files with 122 additions and 6 deletions

View file

@ -6,7 +6,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.53"
cove-core = { path = "../cove-core" }
env_logger = "0.9.0"
futures = "0.3.21"
log = "0.4.14"
rand = "0.8.4"
serde_json = "1.0.78"
thiserror = "1.0.30"