implementing actor model inspire from snp daemon migrated from grpc server model to grpc client model for actor and brain integration basic channel communication for actors and grpc deleted unused proto file
26 lines
562 B
TOML
26 lines
562 B
TOML
[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", "fs"] }
|
|
tonic = "0.12.3"
|
|
chrono = "0.4.39"
|
|
reqwest = "0.12.12"
|
|
flate2 = "1.0.35"
|
|
tar = "0.4.43"
|
|
anyhow = "1.0.95"
|
|
rand = "0.8.5"
|
|
tokio-stream = "0.1.17"
|
|
|
|
detee-shared = { git = "ssh://git@gitea.detee.cloud/noormohammedb/detee-shared" }
|
|
# detee-shared = { path = "../detee-shared" }
|
|
log = "0.4.25"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.12.3"
|