From 64c23e7425b277729170356e618b6e1a763962dc Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 20 May 2024 12:52:21 +0200 Subject: p2p: rexport keypair module from karyon_core --- p2p/examples/chat.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'p2p/examples/chat.rs') diff --git a/p2p/examples/chat.rs b/p2p/examples/chat.rs index 4eafb07..d120f50 100644 --- a/p2p/examples/chat.rs +++ b/p2p/examples/chat.rs @@ -7,10 +7,9 @@ use async_trait::async_trait; use clap::Parser; use smol::{channel, Executor}; -use karyon_core::crypto::{KeyPair, KeyPairType}; -use karyon_net::{Endpoint, Port}; - use karyon_p2p::{ + endpoint::{Endpoint, Port}, + keypair::{KeyPair, KeyPairType}, protocol::{ArcProtocol, Protocol, ProtocolEvent, ProtocolID}, ArcPeer, Backend, Config, P2pError, Version, }; -- cgit v1.2.3