codemp/src/server/service/mod.rs
alemidev f854b902a1 feat: split services in subdir and separate files
Having them all in main.rs was becoming unmanageable
2022-07-31 13:47:18 +02:00

3 lines
52 B
Rust

pub mod buffer;
pub mod session;
pub mod workspace;