Move request dispatcher to a separate file

This commit is contained in:
Aleksey Kladov
2020-06-25 17:22:18 +02:00
parent 379a096de9
commit 22098127c4
3 changed files with 146 additions and 129 deletions

View File

@@ -19,6 +19,7 @@ macro_rules! eprintln {
mod global_state;
mod main_loop;
mod dispatch;
mod handlers;
mod caps;
mod cargo_target_spec;