blob: 0097f63253092e3013affd32b2d2f6dc449df862 [file] [log] [blame]
[package]
name = "teaclave_service_app_utils"
version = "0.2.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Teaclave service app utils"
license = "Apache-2.0"
edition = "2018"
[dependencies]
ctrlc = { version = "3.1.2" }
env_logger = { version = "0.7.1" }
anyhow = { version = "1.0.26" }
log = { version = "0.4.6", features = ["release_max_level_info"] }
libc = { version = "0.2.66" }
signal-hook = { version = "0.1.13" }
teaclave_binder = { path = "../../../binder", features = ["app"] }
teaclave_config = { path = "../../../config" }
teaclave_types = { path = "../../../types" }