Skip to content

Commit 6c788ed

Browse files
committed
Add missing dep
1 parent 6728139 commit 6c788ed

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ bitwarden-cli = { path = "crates/bitwarden-cli", version = "=1.0.0" }
2525
bitwarden-core = { path = "crates/bitwarden-core", version = "=1.0.0" }
2626
bitwarden-crypto = { path = "crates/bitwarden-crypto", version = "=1.0.0" }
2727
bitwarden-exporters = { path = "crates/bitwarden-exporters", version = "=1.0.0" }
28+
bitwarden-ffi-macros = { path = "crates/bitwarden-ffi-macros", version = "=1.0.0" }
2829
bitwarden-fido = { path = "crates/bitwarden-fido", version = "=1.0.0" }
2930
bitwarden-generators = { path = "crates/bitwarden-generators", version = "=1.0.0" }
3031
bitwarden-ipc = { path = "crates/bitwarden-ipc", version = "=1.0.0" }

0 commit comments

Comments
 (0)