[package] name = "detee-sgx-daemon" version = "0.1.0" edition = "2021" [dependencies] env_logger = "0.11.6" prost = "0.13.4" prost-types = "0.13.4" tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } tonic = "0.12.3" # detee-shared = { git = "ssh://git@gitea.detee.cloud/noormohammedb/detee-shared" } detee-shared = { path = "../detee-shared" } [build-dependencies] tonic-build = "0.12.3"