aboutsummaryrefslogtreecommitdiff
path: root/rust/bssl-crypto/Cargo.toml
blob: 57a64401e8c28c08065328fa00df1cc21697a631 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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
# `mkdir build && cd build && cmake -G Ninja .. -DRUST_BINDINGS="$(gcc -dumpmachine)" && ninja`
bssl-sys = {path = "../../build/rust/bssl-sys"}