reorganize file structure, define rpc protocol

This commit is contained in:
2026-05-10 18:13:04 +02:00
parent 5324cb8c29
commit 20ce06657d
12 changed files with 591 additions and 48 deletions

5
src/rpc/actions/ping.rs Normal file
View File

@ -0,0 +1,5 @@
use json::object;
pub fn ping(data: json::object) -> json::object {
}