sgx-daemon/Cargo.toml
Noor 354741a0a2
Integrating authendication
moved IPInfo to global
configured secret key path
authendicated register app node
2025-02-10 20:08:13 +05:30

32 lines
780 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"
reqwest = { version = "0.12.12", features = ["blocking"] }
flate2 = "1.0.35"
tar = "0.4.43"
anyhow = "1.0.95"
rand = "0.8.5"
tokio-stream = "0.1.17"
log = "0.4.25"
serde = "1.0.217"
serde_json = "1.0.138"
serde_yml = "0.0.12"
home = "0.5.11"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
bs58 = "0.5.1"
chrono = "0.4.39"
detee-shared = { git = "ssh://git@gitea.detee.cloud/noormohammedb/detee-shared", branch = "stable_01" }
# detee-shared = { path = "../detee-shared" }
[build-dependencies]
tonic-build = "0.12.3"