Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 539 Bytes

BUILDING.md

File metadata and controls

10 lines (7 loc) · 539 Bytes

Building aws-lc-rs

Rust projects may add a dependency on aws-lc-rs using cargo. See the Cargo Book for how to specify dependencies in your project. See https://crates.io/crates/aws-lc-rs to find the latest version of our crate.

Requirements

Our crate depends on aws-lc-sys for cryptographic operations. See its documentation regarding required tools and supported platforms.