better frame parsing and handling

This commit is contained in:
nora 2022-02-09 14:05:13 +01:00
parent 2b0770705a
commit 706219c046
6 changed files with 132 additions and 31 deletions

View file

@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.53"
rand = "0.8.4"
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["full"] }
tracing = "0.1.30"
tracing-subscriber = "0.3.8"