Compare commits

..

1 Commits

Author SHA1 Message Date
d10fc0fd18
remove comment from Cargo.toml 2025-03-29 20:08:01 +02:00
2 changed files with 2 additions and 0 deletions

@ -5,6 +5,7 @@ use detee_shared::app_proto::{
};
use detee_shared::sgx::types::brain::AppDeployConfig;
use tokio_stream::StreamExt;
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
use tonic::transport::Channel;
use crate::config::Config;

@ -13,6 +13,7 @@ use proto::{
use tokio_stream::StreamExt;
use tonic::metadata::errors::InvalidMetadataValue;
use tonic::metadata::AsciiMetadataValue;
// use tonic::transport::{Certificate, Channel, ClientTlsConfig};
use tonic::transport::Channel;
use tonic::Request;