add tokio dep to notedeck package

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-03-15 13:15:37 -04:00
parent 7213c1b7eb
commit 31b3316d9c
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2868,6 +2868,7 @@ dependencies = [
"tempfile",
"thiserror 2.0.12",
"tokenator",
"tokio",
"tracing",
"url",
"uuid",

View File

@@ -34,6 +34,7 @@ egui-winit = { workspace = true }
tokenator = { workspace = true }
profiling = { workspace = true }
nwc = { workspace = true }
tokio = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }