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