File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ wasm = [
2020 " bitwarden-crypto/wasm" ,
2121 " dep:tsify" ,
2222 " dep:wasm-bindgen" ,
23- " dep:wasm-bindgen-futures"
23+ " dep:wasm-bindgen-futures" ,
2424] # WASM support
2525
2626# Note: dependencies must be alphabetized to pass the cargo sort check in the CI pipeline.
@@ -33,13 +33,13 @@ bitwarden-encoding = { workspace = true }
3333chrono = { workspace = true }
3434reqwest = { workspace = true }
3535serde = { workspace = true }
36+ serde_bytes = { workspace = true }
3637thiserror = { workspace = true }
38+ tracing = { workspace = true }
3739tsify = { workspace = true , optional = true }
3840uuid = { workspace = true }
3941wasm-bindgen = { workspace = true , optional = true }
4042wasm-bindgen-futures = { workspace = true , optional = true }
41- serde_bytes.workspace = true
42- tracing.workspace = true
4343
4444[dev-dependencies ]
4545bitwarden-test = { workspace = true }
You can’t perform that action at this time.
0 commit comments