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"] }