heads文件操作

This commit is contained in:
HouXiaoxuan
2023-12-20 01:45:33 +08:00
parent 1b42e53884
commit 9c7dee7521
5 changed files with 79 additions and 4 deletions

View File

@@ -12,4 +12,5 @@ clap = { version = "4.4.11", features = ["derive"] }
chrono = "0.4.31"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
colored = "2.1.0"
colored = "2.1.0"
rand = "0.8.5"