summaryrefslogtreecommitdiff
path: root/utils/hex_display/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 /utils/hex_display/Cargo.toml
parenteec323baf28f1a588f835aa773b77e019f91446d (diff)
Add hex_display utility crate
Diffstat (limited to 'utils/hex_display/Cargo.toml')
-rw-r--r--utils/hex_display/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/hex_display/Cargo.toml b/utils/hex_display/Cargo.toml
new file mode 100644
index 0000000..0e096d7
--- /dev/null
+++ b/utils/hex_display/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "hex_display"
+edition = "2024"
+version.workspace = true
+
+[dependencies]