From 3ed7ac7cbd43897d5e666ac42a7a790b2d42c70f Mon Sep 17 00:00:00 2001 From: xiaoxixi Date: Tue, 28 Apr 2026 22:07:55 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E6=B7=BB=E5=8A=A0=20sqlx=20+=20sqlite?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c8b5a04..337065e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,4 @@ termimad = "0.34" textwrap = "0.16" chrono = "0.4" hostname = "0.3" +sqlx = { version = "0.8", features = ["sqlite", "macros", "chrono"] }