From 8cdc44b24724acf7dd458e59f5ceed4af04574be Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sat, 2 Dec 2023 05:10:33 +0300 Subject: Ensure uniform usage of the name `karyon` across all files --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 493e348..b0515fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ version = "0.1.0" edition = "2021" [workspace.dependencies] -karyons_core = { path = "core" } -karyons_net = { path = "net" } -karyons_p2p = { path = "p2p" } -karyons_jsonrpc = { path = "jsonrpc" } +karyon_core = { path = "core" } +karyon_net = { path = "net" } +karyon_p2p = { path = "p2p" } +karyon_jsonrpc = { path = "jsonrpc" } -- cgit v1.2.3