Commit from GitHub Actions ()
This commit is contained in:
parent
387e04fa5a
commit
2cf3ff0332
|
@ -1,11 +1,8 @@
|
|||
mod config;
|
||||
|
||||
use crate::config::CONFIG;
|
||||
use bson::{bson, Bson};
|
||||
use clap::{Parser, Subcommand};
|
||||
use log::debug;
|
||||
use lz4_flex::block::{compress_prepend_size, decompress_size_prepended};
|
||||
use tonic::{transport::Server, Request, Response, Status};
|
||||
// Import generated protobuf
|
||||
mod sched {
|
||||
tonic::include_proto!("sched");
|
||||
|
|
Loading…
Reference in a new issue