Skip to content

Commit

Permalink
Remove unused cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Nov 22, 2024
1 parent ca92d44 commit 0b9ee40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

10 changes: 1 addition & 9 deletions crates/bitwarden-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ keywords.workspace = true

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

[dependencies]
bitwarden-error = { workspace = true }
bitwarden-vault = { workspace = true }
rand = "0.8.5"
rand_chacha = "0.3.1"
ssh-encoding = "0.2.0"
ssh-key = { version = "0.6.7", features = [
"ed25519",
"encryption",
Expand All @@ -36,9 +30,7 @@ ssh-key = { version = "0.6.7", features = [
] }
thiserror = { workspace = true }
uniffi = { workspace = true, optional = true }
uuid = { workspace = true }
wasm-bindgen = { workspace = true, optional = true }
tsify-next = { workspace = true, optional = true }
js-sys = { workspace = true, optional = true }

[lints]
Expand Down

0 comments on commit 0b9ee40

Please sign in to comment.