Skip to content

Commit 98b0a9f

Browse files
committed
add anyhow to node-binding deps
1 parent c281281 commit 98b0a9f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-binding/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ crate-type = ["cdylib"]
1919
napi = { version = "2.12.2", default-features = false, features = ["napi4", "async"] }
2020
napi-derive = "2.12.2"
2121
cpp-linter = { path = "../cpp-linter" }
22+
anyhow = "1.0.89"
2223

2324
[features]
2425
openssl-vendored = ["cpp-linter/openssl-vendored"]

0 commit comments

Comments
 (0)