Skip to content

Commit

Permalink
lint + fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jul 9, 2024
1 parent be47515 commit 462ebe5
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 92 deletions.
8 changes: 3 additions & 5 deletions ext/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ bytes.workspace = true
cbc.workspace = true
const-oid = "0.9.5"
data-encoding.workspace = true
deno_config = { workspace = true, default-features = false, features = [
"package_json",
] }
deno_config = { workspace = true, default-features = false, features = ["package_json"] }
deno_core.workspace = true
deno_fetch.workspace = true
deno_fs.workspace = true
Expand All @@ -38,6 +36,7 @@ deno_whoami = "0.1.0"
digest = { version = "0.10.5", features = ["core-api", "std"] }
dsa = "0.6.1"
ecb.workspace = true
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core", "signature"] }
elliptic-curve.workspace = true
errno = "0.2.8"
faster-hex.workspace = true
Expand Down Expand Up @@ -65,6 +64,7 @@ p384.workspace = true
path-clean = "=0.1.0"
pbkdf2 = "0.12.1"
pin-project-lite = "0.2.13"
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
rand.workspace = true
regex.workspace = true
reqwest.workspace = true
Expand All @@ -86,9 +86,7 @@ url.workspace = true
winapi.workspace = true
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
x509-parser = "0.15.0"
pkcs8 = { version = "0.10.2", features = ["std", "pkcs5", "encryption"] }
yoke = "0.7.4"
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core", "signature"] }

[target.'cfg(windows)'.dependencies]
windows-sys.workspace = true
Expand Down
Loading

0 comments on commit 462ebe5

Please sign in to comment.