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

View File

@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
async-std = "1.13.2"
json = "0.12.4"
tokio = { version = "1.52.1", features = ["net", "rt", "macros"] }
tokio = { version = "1.52.1", features = ["net", "rt", "macros", "signal"] }