From 8127af523c19f5b476177528b6a21eca2725bfb9 Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Fri, 19 Apr 2024 13:16:18 +0000 Subject: [PATCH] commit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9d272b..067dd96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -#tokio = { version = "1", features = ["full"] } chrono = "0.4" +byteorder = "1.4" # For byte manipulation in a cross-platform manner