From 3e6a72428824c5a50a873a4284b86d0a9e47a778 Mon Sep 17 00:00:00 2001 From: fx Date: Mon, 9 Oct 2023 17:26:59 +0200 Subject: db int for api --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3a1dc44..e772810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" config = "0.13.3" once_cell = "1.18.0" -sqlx = { version = "0.7.1", features = ["sqlite", "runtime-tokio"]} +sqlx = { version = "0.7.1", features = ["postgres", "runtime-tokio"]} -- cgit v1.2.3