aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-03-26 16:00:34 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-03-26 16:00:34 +0000
commit78577fb74949c83e3c8196a7310781c15e73bf64 (patch)
treeb0315db35cda73e16026fa3ee3774187e8df6e33 /Cargo.toml
parenta88a7b0445a20ca57870e4c8a068d9b29ea6e779 (diff)
downloadmacaw-main.tar.gz
macaw-main.tar.bz2
macaw-main.zip
fix: use filamento instead of old luz crateHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"