aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@proton.me>2023-12-02 05:10:33 +0300
committerhozan23 <hozan23@proton.me>2023-12-02 05:10:33 +0300
commit8cdc44b24724acf7dd458e59f5ceed4af04574be (patch)
tree1e0aad5a905508c54f7d9be4d4b800b7e8f7d532 /Cargo.toml
parent5111a3d5749625c3d8e26a24a5a32c4da58f18d3 (diff)
Ensure uniform usage of the name `karyon` across all files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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" }