From 78577fb74949c83e3c8196a7310781c15e73bf64 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 26 Mar 2025 16:00:34 +0000 Subject: fix: use filamento instead of old luz crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b66da70..cb8f05d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] iced = { git = "https://github.com/iced-rs/iced", features = ["tokio"] } -luz = { version = "0.1.0", path = "../luz/luz" } +filamento = { version = "0.1.0", path = "../luz/filamento" } jid = { version = "0.1.0", path = "../luz/jid" } tokio = "1.43.0" tokio-stream = "0.1.17" -- cgit