diff options
author | 2025-08-17 09:42:25 +0100 | |
---|---|---|
committer | 2025-08-17 10:25:53 +0100 | |
commit | 1148a73b8880fbe7bba71b1159233fddc6f59ce0 (patch) | |
tree | 373200b513fafd8a58cb774ebad1febd7bc29b26 /filamento/Cargo.toml | |
parent | e9b472eb0b7e4f832d9df96b674dc8da73b34b94 (diff) | |
download | luz-1148a73b8880fbe7bba71b1159233fddc6f59ce0.tar.gz luz-1148a73b8880fbe7bba71b1159233fddc6f59ce0.tar.bz2 luz-1148a73b8880fbe7bba71b1159233fddc6f59ce0.zip |
feat: db loggingdb-refactor
Diffstat (limited to 'filamento/Cargo.toml')
-rw-r--r-- | filamento/Cargo.toml | 2 |
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"] } |