extract timing from AppSizeHandler to TimedSerializer

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-13 18:06:41 -05:00
parent 28af9c2272
commit a24a089e87
3 changed files with 88 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ notedeck = { workspace = true }
puffin = { workspace = true, optional = true }
puffin_egui = { workspace = true, optional = true }
serde_json = { workspace = true }
serde = { workspace = true }
strum = { workspace = true }
tokio = { workspace = true }
tracing-appender = { workspace = true }