occlum/src/exec/Cargo.toml

39 lines
742 B
TOML

[package]
name = "occlum_exec"
version = "0.29.0"
edition = "2021"
[lib]
doctest = false
test = false
[dependencies.grpc]
path = "../../deps/grpc-rust/grpc"
[dependencies.grpc-protobuf]
path = "../../deps/grpc-rust/grpc-protobuf"
[dependencies]
protobuf = "2.18"
futures = "0.3"
env_logger = "0.9"
tempdir = "0.3"
clap = "3.2.17"
timer = "0.2"
chrono = "0.4"
libc = "0.2"
sendfd = "0.4.3"
signal-hook = "0.3.14"
nix = "0.25.0"
log = "0.4.8"
[build-dependencies]
protoc-rust-grpc = { path = "../../deps/grpc-rust/protoc-rust-grpc" }
[[bin]]
name = "occlum_exec_client"
test = false
[[bin]]
name = "occlum_exec_server"
test = false