Track start time in clients

This commit is contained in:
Joscha 2024-12-28 18:59:02 +01:00
parent 51ee7b9246
commit e462e9419a
5 changed files with 50 additions and 10 deletions

View file

@ -6,6 +6,7 @@ edition = { workspace = true }
[dependencies]
cookie = { workspace = true }
euphoxide = { workspace = true }
jiff = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["rt"] }
tokio-tungstenite = { workspace = true }