Skip to content

Commit

Permalink
Remove unused bitwarden-vault dependency for ssh, sort imports, remov…
Browse files Browse the repository at this point in the history
…e js-sys
  • Loading branch information
Hinton committed Nov 28, 2024
1 parent 578632c commit ddb19ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions crates/bitwarden-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ license-file.workspace = true
keywords.workspace = true

[features]
wasm = [ "bitwarden-error/wasm", "dep:js-sys", "dep:tsify-next", "dep:wasm-bindgen"] # WASM support
wasm = [
"bitwarden-error/wasm",
"dep:tsify-next",
"dep:wasm-bindgen"
] # WASM support

[dependencies]
bitwarden-error = { workspace = true }
bitwarden-vault = { workspace = true }
rand = "0.8.5"
serde.workspace = true
ssh-key = { version = "0.6.7", features = [
Expand All @@ -28,9 +31,8 @@ ssh-key = { version = "0.6.7", features = [
"getrandom",
] }
thiserror = { workspace = true }
wasm-bindgen = { workspace = true, optional = true }
js-sys = { workspace = true, optional = true }
tsify-next = { workspace = true, optional = true }
wasm-bindgen = { workspace = true, optional = true }

[dev-dependencies]
rand_chacha = "0.3.1"
Expand Down

0 comments on commit ddb19ac

Please sign in to comment.