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 --- p2p/examples/chat.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'p2p/examples/chat.rs') diff --git a/p2p/examples/chat.rs b/p2p/examples/chat.rs index 99cde7b..cc822d9 100644 --- a/p2p/examples/chat.rs +++ b/p2p/examples/chat.rs @@ -7,10 +7,10 @@ use async_trait::async_trait; use clap::Parser; use smol::{channel, Executor}; -use karyons_core::crypto::{KeyPair, KeyPairType}; -use karyons_net::{Endpoint, Port}; +use karyon_core::crypto::{KeyPair, KeyPairType}; +use karyon_net::{Endpoint, Port}; -use karyons_p2p::{ +use karyon_p2p::{ protocol::{ArcProtocol, Protocol, ProtocolEvent, ProtocolID}, ArcPeer, Backend, Config, P2pError, Version, }; -- cgit v1.2.3