summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-24 12:29:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-24 12:29:31 +0800
commitfbf4054ea8e11bae65196b7069c56375ca4e79b9 (patch)
tree4d54f17f214ea196ac53e5b16a222958d19d6b6a /Cargo.toml
parenteec323baf28f1a588f835aa773b77e019f91446d (diff)
Add hex_display utility crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",