From 9341e695d0e387927804716b60945912cba686dd Mon Sep 17 00:00:00 2001 From: hozan23 Date: Tue, 28 May 2024 00:26:59 +0200 Subject: jsonrpc: move `SubscriptionID` to message.rs --- jsonrpc/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jsonrpc/README.md') diff --git a/jsonrpc/README.md b/jsonrpc/README.md index 03f5ace..5fc6847 100644 --- a/jsonrpc/README.md +++ b/jsonrpc/README.md @@ -22,7 +22,8 @@ use serde_json::Value; use smol::stream::StreamExt; use karyon_jsonrpc::{ - Error, Server, Client, rpc_impl, rpc_pubsub_impl, SubscriptionID, ArcChannel + Error, Server, Client, rpc_impl, rpc_pubsub_impl, message::SubscriptionID, + ArcChannel }; struct HelloWorld {} -- cgit v1.2.3