Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 16, 2024
1 parent 799bc00 commit 389d776
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/bitwarden-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "bitwarden-ssh"
description = """
Internal crate for the bitwarden crate. Do not use.
"""

exclude = ["/resources"]

version.workspace = true
authors.workspace = true
edition.workspace = true
Expand All @@ -13,6 +13,7 @@ homepage.workspace = true
repository.workspace = true
license-file.workspace = true
keywords.workspace = true
serde.workspace = true

[features]
wasm = [
Expand All @@ -27,7 +28,6 @@ ed25519 = { version = ">=2.2.3, <3.0", features = ["pkcs8"] }
pkcs8 = { version = ">=0.10.2, <0.11", features = ["encryption"] }
rand = ">=0.8.5, <0.9"
rsa = ">=0.9.2, <0.10"
serde.workspace = true
ssh-key = { version = ">=0.6.7, <0.7", features = [
"ed25519",
"encryption",
Expand Down

0 comments on commit 389d776

Please sign in to comment.