not working, basic structure with grpc
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// src/lib.rs
|
||||
pub mod db;
|
||||
pub mod server;
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
// src/lib.rs
|
||||
pub mod db;
|
||||
pub mod server;
|
||||
|
||||