mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 13:40:42 +00:00
24 lines
690 B
TOML
24 lines
690 B
TOML
[package]
|
|
name = "g3-tls-cert"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
log.workspace = true
|
|
tokio = { workspace = true, features = ["net"] }
|
|
rustls.workspace = true
|
|
openssl.workspace = true
|
|
openssl-sys = "0.9"
|
|
foreign-types = "0.3"
|
|
libc.workspace = true
|
|
chrono = { workspace = true, features = ["clock"] }
|
|
rmpv.workspace = true
|
|
g3-types = { workspace = true, features = ["openssl"] }
|
|
g3-msgpack = { workspace = true, features = ["rustls"] }
|
|
g3-socket.workspace = true
|
|
g3-io-ext.workspace = true
|
|
g3-datetime.workspace = true
|