blob: 7822767a09e289169db9e00836548e8519f63613 [file] [log] [blame]
[package]
name = "bssl-crypto"
version = "0.1.0"
edition = "2021"
publish = false
license = "MIT"
[dependencies]
# the crate will need to be generated at this path by running this command at root
# `cmake -G Ninja -B build -DRUST_BINDINGS="$(gcc -dumpmachine)" && ninja -C build`
bssl-sys = {path = "../../build/rust/bssl-sys"}