From 521a8915f273dc2cda59080a2393e40e4f25db50 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 26 Mar 2025 15:57:24 +0000 Subject: feat(filamento): create example --- lampada/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'lampada/Cargo.toml') diff --git a/lampada/Cargo.toml b/lampada/Cargo.toml index 856fd7d..9b42aad 100644 --- a/lampada/Cargo.toml +++ b/lampada/Cargo.toml @@ -10,8 +10,5 @@ peanuts = { version = "0.1.0", path = "../../peanuts" } jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] } stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0203"] } tokio = "1.42.0" -tokio-stream = "0.1.17" -tokio-util = "0.7.13" tracing = "0.1.41" -tracing-subscriber = "0.3.19" thiserror = "2.0.11" -- cgit