sgx-daemon/Cargo.toml
Noor 4bca2a98ec Register returns deleted apps
Updated proto, changes in app resource
change disk unit to GB and vcpu to vcpus
refactor contract handling while registering
logging brain url and san
2025-06-18 11:25:47 +00:00

33 lines
823 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 = { version = "0.12", features = ["tls"] }
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"
sha2 = "0.10.8"
detee-shared = { git = "ssh://git@gitea.detee.cloud/testnet/proto", branch = "surreal_brain_app" }
# detee-shared = { path = "../detee-shared" }
[build-dependencies]
tonic-build = "0.12.3"