blob: 8b67d8a78660f2dc5f546f0a228738d56b1b128e [file] [log] [blame]
[package]
name = "teaclave_unit_tests"
version = "0.1.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Enclave test driver"
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" }
teaclave_file_agent = { path = "../../../file_agent" }
teaclave_binder = { path = "../../../binder", features = ["app"] }
teaclave_types = { path = "../../../types" }
sgx_types = { version = "1.1.2" }