blob: fb3bfdfdc62692f19ca656b0a1bf2a2f727cdee7 [file] [log] [blame]
[package]
name = "crypto_provider_boringssl"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
crypto_provider = { path = "../crypto_provider", features = ["alloc", "std"] }
# Note: before this crate will work you need to run `cargo run -p build_scripts -- build-boringssl`
bssl-crypto = {path = "../../../third_party/boringssl/rust/bssl-crypto"}
[dev-dependencies]
crypto_provider_test = {path = "../crypto_provider_test"}