not working, basic structure with grpc

This commit is contained in:
filipriec
2025-02-15 22:57:40 +01:00
parent 9233c769b0
commit b871d40759
10 changed files with 352 additions and 80 deletions

View File

@@ -0,0 +1,3 @@
// src/lib.rs
pub mod db;
pub mod server;