From 10f48592388c78f93487ea96bcc9ad40c4864584 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 20 Oct 2023 22:40:26 +0200 Subject: Show buffer value --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aecc7e7..ce7ba77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = ["Santo Cariotti "] [dependencies] anyhow = "1.0.75" +byteorder = "1.5.0" chrono = "0.4.31" clap = { version = "4.4.6", features = ["derive"] } crossterm = "0.27.0" -- cgit v1.2.3-71-g8e6c