From 3c55168b72c022b618822c7993b7692f583506db Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sun, 30 Jun 2024 20:03:02 +0200 Subject: jsonrpc: remove redundant macro codes in the main crate and clean up internal proc macros --- jsonrpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc/Cargo.toml') diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml index 41017fc..35053cd 100644 --- a/jsonrpc/Cargo.toml +++ b/jsonrpc/Cargo.toml @@ -33,7 +33,7 @@ tokio = [ karyon_core = { version = "0.1.5", path = "../core", default-features = false } karyon_net = { version = "0.1.5", path = "../net", default-features = false } -karyon_jsonrpc_macro = { version = "0.1.5", path = "jsonrpc_macro", default-features = false } +karyon_jsonrpc_macro = { version = "0.1.5", path = "impl", default-features = false } log = "0.4.21" rand = "0.8.5" -- cgit v1.2.3