aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc/Cargo.toml')
-rw-r--r--jsonrpc/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml
index 12bea1a..4556708 100644
--- a/jsonrpc/Cargo.toml
+++ b/jsonrpc/Cargo.toml
@@ -1,11 +1,11 @@
[package]
-name = "karyons_jsonrpc"
+name = "karyon_jsonrpc"
version.workspace = true
edition.workspace = true
[dependencies]
-karyons_core.workspace = true
-karyons_net.workspace = true
+karyon_core.workspace = true
+karyon_net.workspace = true
smol = "1.3.0"
log = "0.4.20"