23 lines
471 B
TOML
23 lines
471 B
TOML
[package]
|
|
name = "occlum_utils"
|
|
version = "0.1.0"
|
|
authors = ["Zheng, Qi <huaiqing.zq@antgroup.com>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sgx_types = { path = "../../../deps/rust-sgx-sdk/sgx_types" }
|
|
libc = "0.2"
|
|
cfg-if = "1.0.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib", "staticlib"]
|
|
|
|
|
|
[[example]]
|
|
name = "generate_key"
|
|
|
|
[dev-dependencies]
|
|
occlum_dcap = { path = "../dcap_lib" }
|