blob: 3c38fffa4707118c19665fa9c2f20cae8d44399e [file] [log] [blame]
[package]
name = "tlsserver"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "tlsserver"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../../sgx_types" }
sgx_trts = { path = "../../../../sgx_trts" }
sgx_tstd = { path = "../../../../sgx_tstd", features = ["net"] }
[dependencies]
rustls = { path = "../../../../third_party/rustls" }
webpki = { path = "../../../../third_party/webpki" }