diff options
Diffstat (limited to 'filamento/Cargo.toml')
| -rw-r--r-- | filamento/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index b89c577..246ee13 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + [package] name = "filamento" version = "0.1.0" @@ -35,6 +39,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 +74,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"] } |
