diff options
| author | Will Dillon <william@housedillon.com> | 2025-11-13 06:16:41 +0000 |
|---|---|---|
| committer | Will Dillon <william@housedillon.com> | 2025-11-13 06:16:41 +0000 |
| commit | ae789a540db3c7adbe3a85f890f865c01d18d9d4 (patch) | |
| tree | 4695262fb12a75636b3899bb60ca101ac0f9a61c /src/bin | |
| parent | Added more packets (diff) | |
| download | meshcore-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.rs | 2 |
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; |
