notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 31b3316d9c4e8230251ef5e6c2b0162731b08e32
parent 7213c1b7ebf10635b2604cc95fef82c0fa367961
Author: kernelkind <kernelkind@gmail.com>
Date:   Sat, 15 Mar 2025 13:15:37 -0400

add tokio dep to notedeck package

Signed-off-by: kernelkind <kernelkind@gmail.com>

Diffstat:
MCargo.lock | 1+
Mcrates/notedeck/Cargo.toml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -2868,6 +2868,7 @@ dependencies = [ "tempfile", "thiserror 2.0.12", "tokenator", + "tokio", "tracing", "url", "uuid", diff --git a/crates/notedeck/Cargo.toml b/crates/notedeck/Cargo.toml @@ -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 }