From 7be7f59d5caf38ca0cd7a12a937a2cfdca0268d7 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 23 May 2024 00:21:59 +0200 Subject: p2p: add rpc server to monitor example --- p2p/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'p2p/Cargo.toml') diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index b0d0232..83df9c0 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "karyon_p2p" -description = "A lightweight, extensible, and customizable p2p network stack." +description = "A lightweight, extensible, and customizable p2p network stack." version.workspace = true edition.workspace = true homepage.workspace = true @@ -56,3 +56,5 @@ ctrlc = "3.4.4" easy-parallel = "3.3.1" env_logger = "0.11.3" smol = "2.0.0" +karyon_jsonrpc = { workspace = true, features = ["ws", "smol"] } +serde_json = "1.0.117" -- cgit v1.2.3