feat: add chrono dependency and enhance console configuration with documentation and version info

This commit is contained in:
DamonXue
2025-03-02 18:53:48 +08:00
parent 79eabe4e4c
commit 7e59bfa877
4 changed files with 61 additions and 14 deletions
+1
View File
@@ -75,6 +75,7 @@ tower-http = { version = "0.6.2", features = ["cors"] }
mime_guess = "2.0.5"
rust-embed = { version = "8.5.0", features = ["interpolate-folder-path"] }
local-ip-address = "0.6.3"
chrono = "0.4"
[build-dependencies]
prost-build.workspace = true