deps: 添加 sqlx + sqlite 依赖

This commit is contained in:
xiaoxixi 2026-04-28 22:07:55 +08:00
parent 575f264773
commit 3ed7ac7cbd

View File

@ -33,3 +33,4 @@ termimad = "0.34"
textwrap = "0.16" textwrap = "0.16"
chrono = "0.4" chrono = "0.4"
hostname = "0.3" hostname = "0.3"
sqlx = { version = "0.8", features = ["sqlite", "macros", "chrono"] }