Server implemented. Linux client implemented.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub mod proto {
|
||||
tonic::include_proto!("virtualfs");
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
pub mod proto {
|
||||
tonic::include_proto!("virtualfs");
|
||||
}
|
||||