Skip to content

Commit

Permalink
bindgwn
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Nov 2, 2024
1 parent cc5ab9c commit e4519d7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ hex = { workspace = true }
paste = { workspace = true }
tokio = { workspace = true, features = ["sync"] }

# This is to ensure that the bindgen feature is enabled for the aws-lc-rs crate.
# https://aws.github.io/aws-lc-rs/platform_support.html#tested-platforms
aws-lc-rs = { version = "1", features = ["bindgen"] }

[build-dependencies]
napi-build = "2.0.1"

0 comments on commit e4519d7

Please sign in to comment.