引入shell模块

This commit is contained in:
2025-01-19 23:04:11 +08:00
parent 91b2892395
commit 232547b79e
6 changed files with 135 additions and 16 deletions

View File

@@ -16,3 +16,5 @@ log = "0.4.25"
fern = "0.7.1"
colored = "3.0.0"
chrono = "0.4.39"
lazy_static = "1.5.0"
once_cell = "1.20.2"