From aaca10fc9df9530926c7304ee02ab9ee3c869c1f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 27 Feb 2026 11:53:46 +0100 Subject: [PATCH] feat: add migrations Signed-off-by: kjuulh --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a04ac76..a5ca114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ notmad = "0.11" tokio-util = { version = "0.7", features = ["compat"] } sqlx = { version = "0.8", features = [ "chrono", + "migrate", "postgres", "runtime-tokio", "uuid",