Skip to content

Commit

Permalink
Support for aws-lc on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleavy committed Nov 13, 2023
1 parent 7244e0f commit 5c47e06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mls-rs-crypto-awslc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ maybe-async = "0.2.7"
[target.'cfg(all(target_arch = "aarch64", macos))'.dependencies]
aws-lc-sys = { version = "0.11.0", features = ["bindgen"] }

[target.'cfg(windows)'.dependencies]
aws-lc-sys = { version = "0.11.0", features = ["bindgen"] }

[dev-dependencies]
assert_matches = "1.5.0"
mls-rs-core = { path = "../mls-rs-core", version = "0.14.0", features = ["test_suite"] }
Expand Down

0 comments on commit 5c47e06

Please sign in to comment.