mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
ws protocol: remove glob exports; adjust dependent crates
This commit is contained in:
parent
27ecccd984
commit
0dae7fd533
10 changed files with 46 additions and 17 deletions
|
|
@ -3,7 +3,7 @@ use std::{net::IpAddr, sync::Arc};
|
|||
use aquatic_common::access_list::AccessListArcSwap;
|
||||
|
||||
pub use aquatic_common::ValidUntil;
|
||||
use aquatic_ws_protocol::{InfoHash, PeerId};
|
||||
use aquatic_ws_protocol::common::{InfoHash, PeerId};
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub enum IpVersion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue