rebasing cleanup

This commit is contained in:
Simon Wicky
2026-05-20 11:38:35 +02:00
parent 5636c5afc4
commit 8573004c34
3 changed files with 9 additions and 3 deletions
Generated
+5 -1
View File
@@ -7489,7 +7489,11 @@ dependencies = [
name = "nym-lp-data"
version = "1.21.0"
dependencies = [
"bytes",
"num_enum",
"nym-common",
"nym-lp",
"thiserror 2.0.18",
"tracing",
]
@@ -7514,7 +7518,7 @@ dependencies = [
"nym-crypto",
"nym-lp-data",
"nym-sphinx",
"rand 0.8.5",
"rand 0.8.6",
"rand_distr",
"serde",
"serde_json",
+3 -1
View File
@@ -13,11 +13,13 @@ documentation.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing.workspace = true
bytes.workspace = true
num_enum.workspace = true
tracing.workspace = true
thiserror.workspace = true
nym-common.workspace = true
[dev-dependencies]
nym-lp.workspace = true
@@ -1,7 +1,7 @@
// Copyright 2026 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
use nym_lp::packet::{
use nym_lp_data::packet::{
LpFrame, LpHeader, LpPacket,
frame::{LpFrameHeader, LpFrameKind},
};