mirror of
https://github.com/openharmony/third_party_rust_rust-openssl.git
synced 2026-07-01 21:03:59 -04:00
3735fa5da7
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
21 lines
530 B
TOML
21 lines
530 B
TOML
[package]
|
|
name = "openssl-errors"
|
|
version = "0.2.0"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Custom error library support for the openssl crate."
|
|
repository = "https://github.com/sfackler/rust-openssl"
|
|
readme = "README.md"
|
|
categories = ["api-bindings"]
|
|
rust-version = "1.63.0"
|
|
|
|
[dependencies]
|
|
cfg-if = "1.0"
|
|
libc = "0.2"
|
|
|
|
openssl-sys = { version = "0.9.64", path = "../openssl-sys" }
|
|
|
|
[dev-dependencies]
|
|
openssl = { version = "0.10.19", path = "../openssl" }
|