occlum/tools/toolchains/dcap_lib/Cargo.lock

29 lines
638 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "libc"
version = "0.2.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
[[package]]
name = "occlum_dcap"
version = "0.1.0"
dependencies = [
"cfg-if",
"libc",
"sgx_types",
]
[[package]]
name = "sgx_types"
version = "1.1.5"