aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorWill Dillon <william@housedillon.com>2025-11-13 06:16:41 +0000
committerWill Dillon <william@housedillon.com>2025-11-13 06:16:41 +0000
commitae789a540db3c7adbe3a85f890f865c01d18d9d4 (patch)
tree4695262fb12a75636b3899bb60ca101ac0f9a61c /src/bin
parentAdded more packets (diff)
downloadmeshcore-rs-ae789a540db3c7adbe3a85f890f865c01d18d9d4.tar.gz
meshcore-rs-ae789a540db3c7adbe3a85f890f865c01d18d9d4.zip
Refactored packet_content and added way more tests
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/packet_analyzer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/packet_analyzer.rs b/src/bin/packet_analyzer.rs
index 96fcfd2..98f4862 100644
--- a/src/bin/packet_analyzer.rs
+++ b/src/bin/packet_analyzer.rs
@@ -2,7 +2,7 @@ use std::{borrow::Cow, path::PathBuf};
use hex::encode;
use log::{error, trace};
use tokio::fs::File;
-use tokio_util::bytes::Bytes;
+use bytes::Bytes;
use clap::Parser;
use color_eyre::eyre::Result;