occlum/demos/remote_attestation/azure_attestation/maa_init/init/Cargo.toml
2022-08-15 09:29:32 +08:00

16 lines
369 B
TOML

[package]
name = "init"
version = "0.0.1"
authors = ["LI Qing geding.lq@antgroup.com"]
edition = "2018"
[dependencies]
libc = "0.2.84"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
base64 = "0.9"
sha2 = "0.9.5"
reqwest = { version = "0.11", features = ["blocking", "json"] }
occlum_dcap = { path = "../../../../../tools/toolchains/dcap_lib" }