From 92a7518975c6bc4b2f9b9c6c12c458b24e8cfaf5 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 30 Aug 2024 20:37:08 -0400 Subject: Store state in sqlite. Default to .hi in the cwd. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3fcdf99..0ff0a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ edition = "2021" [dependencies] axum = "0.7.5" clap = { version = "4.5.16", features = ["derive", "env"] } +sqlx = { version = "0.8.1", features = ["runtime-tokio", "sqlite"] } tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"] } -- cgit v1.2.3