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 --- filamento/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'filamento/Cargo.toml') diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index 821a6a0..aed261d 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -15,3 +15,9 @@ jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] } uuid = { version = "1.13.1", features = ["v4"] } tracing = "0.1.41" chrono = "0.4.40" + +[dev-dependencies] +tracing-subscriber = "0.3.19" + +[[example]] +name = "example" -- cgit