occlum/tools/init_grpc_ratls/Cargo.toml
2023-06-08 09:55:00 +08:00

13 lines
254 B
TOML

[package]
name = "init_grpc_ratls"
version = "0.0.2"
build = "build.rs"
authors = ["Zheng Qi huaiqing.zq@antgroup.com"]
edition = "2021"
[dependencies]
libc = "0.2.84"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
base64 = "0.9"