version negotiation

This commit is contained in:
nora 2022-02-09 11:25:16 +01:00
parent b2e6e96698
commit b77788329c
5 changed files with 107 additions and 8 deletions

View file

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