diff options
Diffstat (limited to 'core/src/pad_service/mod.rs')
| -rw-r--r-- | core/src/pad_service/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/pad_service/mod.rs b/core/src/pad_service/mod.rs new file mode 100644 index 0000000..ae10f2d --- /dev/null +++ b/core/src/pad_service/mod.rs @@ -0,0 +1,5 @@ +pub mod client; +pub mod client_debug_cli; + +pub mod server; +pub mod server_debug_cli;
\ No newline at end of file |
