blob: c6100afb0ee96e1610b0c70f912ccad56096b71b [file] [log] [blame]
[package]
name = "teaclave_integration_tests"
version = "0.2.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Integration tests"
license = "Apache-2.0"
build = "build.rs"
edition = "2018"
[dependencies]
log = { version = "0.4.6", features = ["release_max_level_info"] }
env_logger = { version = "0.7.1" }
anyhow = { version = "1.0.26" }
teaclave_binder = { path = "../../../binder", features = ["app"] }
teaclave_config = { path = "../../../config" }
teaclave_test_utils = { path = "../../utils" }
teaclave_types = { path = "../../../types" }
sgx_types = { version = "1.1.2" }