From 34f528a3b4063b4a25915e60d7f22ee1fb2d1bd9 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Tue, 28 May 2024 15:14:34 +0200 Subject: jsonrpc: add comments & remove debugging code --- jsonrpc/examples/tokio_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc/examples/tokio_server/Cargo.toml') diff --git a/jsonrpc/examples/tokio_server/Cargo.toml b/jsonrpc/examples/tokio_server/Cargo.toml index 80f424d..93d8a61 100644 --- a/jsonrpc/examples/tokio_server/Cargo.toml +++ b/jsonrpc/examples/tokio_server/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] env_logger = "0.11.3" -karyon_jsonrpc = { path = "../../", default-features = false, features = ["tokio"] } +karyon_jsonrpc = { path = "../../", default-features = false, features = ["tokio", "ws"] } serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" tokio = { version = "1.37.0", features = ["full"] } -- cgit v1.2.3