blob: 26e6f20251641f245a9d8b1cb517685c4f75953b [file] [log] [blame]
[package]
name = "teaclave_service_app_utils"
version = "0.1.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" }
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" }