cli command

This commit is contained in:
HouXiaoxuan
2023-12-16 22:17:28 +08:00
parent 6f706cd32f
commit 6fee838582
3 changed files with 61 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
sha1 = "0.10.6"
hex = "0.4.3"
hex = "0.4.3"
clap = { version = "4.4.11", features = ["derive"] }