blob: dd0a4de921cb47699605f8e2a259c0425f8cbaf8 [file] [log] [blame]
[package]
name = "teaclave_access_control_service"
version = "0.1.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Teaclave Access Control Service"
license = "Apache-2.0"
build = "build.rs"
edition = "2018"
[dependencies]
log = { version = "0.4.6" }
env_logger = { version = "0.7.1" }
anyhow = { version = "1.0.26" }
signal-hook = { version = "0.1.13" }
libc = { version = "0.2.66" }
teaclave_binder = { path = "../../../binder", features = ["app"] }
teaclave_config = { path = "../../../config" }
teaclave_types = { path = "../../../types" }
sgx_types = { version = "1.1.2" }