aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--filamento/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"] }