From 1148a73b8880fbe7bba71b1159233fddc6f59ce0 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 17 Aug 2025 09:42:25 +0100 Subject: feat: db logging --- filamento/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filamento/Cargo.toml') diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index b89c577..dea1c79 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -35,6 +35,7 @@ uuid = { workspace = true, features = ["v4"] } rusqlite = { git = "https://github.com/Spxg/rusqlite.git", branch = "wasm-demo", features = [ "uuid", "chrono", + "trace", ] } tracing = { workspace = true } chrono = { workspace = true } @@ -69,6 +70,7 @@ wasm-bindgen-futures = { workspace = true } rusqlite = { git = "https://github.com/Spxg/rusqlite.git", branch = "wasm-demo", features = [ "uuid", "chrono", + "trace", "precompiled-wasm", ] } tokio_with_wasm = { workspace = true, features = ["sync", "time", "rt"] } -- cgit