server updates
This commit is contained in:
parent
59f02adcf8
commit
5f5f35128f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "navka_server"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@ -6,7 +6,7 @@ use std::{pin::Pin, sync::Arc};
|
||||
use tokio::{fs::{File, OpenOptions}, io::AsyncWriteExt, sync::Mutex};
|
||||
use tokio_stream::{wrappers::ReceiverStream, Stream, StreamExt};
|
||||
use tonic::{transport::Server, Request, Response, Status};
|
||||
use tracing::{error, info, trace};
|
||||
use tracing::{error, info, trace, warn, debug};
|
||||
use tracing_subscriber::{fmt, EnvFilter};
|
||||
|
||||
use navka_common::navka::{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user