From 11f704804a6c4c61398723b7ef6b1650fcce3d2c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 23 May 2024 14:57:17 +0200 Subject: [PATCH] chore: add log to libpt features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48ebb7d..8244a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ repository = "https://git.cscherr.de/PlexSheep/hedu" keywords = ["hexdumper"] [dependencies] -libpt = { version = "0.5.1", features = ["bintols"], default-features = false } +libpt = { version = "0.5.1", features = ["bintols", "log"], default-features = false } clap = { version = "4.4.4", features = ["derive", "help"] } anyhow = "1.0.79"