From fbf4054ea8e11bae65196b7069c56375ca4e79b9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 24 Feb 2026 12:29:31 +0800 Subject: Add hex_display utility crate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aea255b..ab2e5eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,7 @@ members = [ "utils/cfg_file/cfg_file_derive", "utils/cfg_file/cfg_file_test", "utils/data_struct", + "utils/hex_display", "utils/sha1_hash", "utils/string_proc", "utils/tcp_connection", -- cgit