| [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"} | |
| [dev-dependencies] | |
| hex-literal = "0.3.4" |