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 --- net/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/Cargo.toml') diff --git a/net/Cargo.toml b/net/Cargo.toml index d2cb884..5fecff5 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "karyons_net" +name = "karyon_net" version.workspace = true edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -karyons_core.workspace = true +karyon_core.workspace = true smol = "1.3.0" async-trait = "0.1.73" -- cgit v1.2.3